Added UI elements for syncshell folders
This commit is contained in:
@@ -341,7 +341,7 @@ public class ServerConfigurationManager
|
||||
}
|
||||
else
|
||||
{
|
||||
CurrentPairTagStorage().UidServerPairedUserTags[syncshellName] = [tagName];
|
||||
CurrentSyncshellTagStorage().SyncshellPairedTags[syncshellName] = [tagName];
|
||||
}
|
||||
|
||||
_syncshellTagConfig.Save();
|
||||
@@ -608,7 +608,7 @@ public class ServerConfigurationManager
|
||||
|
||||
private void TryCreateCurrentSyncshellTagStorage()
|
||||
{
|
||||
if (!_pairTagConfig.Current.ServerTagStorage.ContainsKey(CurrentApiUrl))
|
||||
if (!_syncshellTagConfig.Current.ServerTagStorage.ContainsKey(CurrentApiUrl))
|
||||
{
|
||||
_syncshellTagConfig.Current.ServerTagStorage[CurrentApiUrl] = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user