rebranding changes

I hope I got everything but its a lot tbh
This commit is contained in:
2025-08-30 21:25:22 +02:00
parent eccfc5b3f0
commit a56ccc5211
44 changed files with 219 additions and 216 deletions

View File

@@ -4,12 +4,12 @@ namespace MareSynchronos.UI.Handlers;
public class TagHandler
{
public const string CustomAllTag = "Mare_All";
public const string CustomOfflineTag = "Mare_Offline";
public const string CustomOfflineSyncshellTag = "Mare_OfflineSyncshell";
public const string CustomOnlineTag = "Mare_Online";
public const string CustomUnpairedTag = "Mare_Unpaired";
public const string CustomVisibleTag = "Mare_Visible";
public const string CustomAllTag = "Namazu_All";
public const string CustomOfflineTag = "Namazu_Offline";
public const string CustomOfflineSyncshellTag = "Namazu_OfflineSyncshell";
public const string CustomOnlineTag = "Namazu_Online";
public const string CustomUnpairedTag = "Namazu_Unpaired";
public const string CustomVisibleTag = "Namazu_Visible";
private readonly ServerConfigurationManager _serverConfigurationManager;
public TagHandler(ServerConfigurationManager serverConfigurationManager)