Add shared table context state
This commit is contained in:
@@ -5,4 +5,7 @@ public static class BrowserStorageKeys
|
||||
public const string ThemeMode = "rolemaster.theme.mode";
|
||||
public const string PinnedTables = "rolemaster.tables.pinned";
|
||||
public const string RecentTables = "rolemaster.tables.recent";
|
||||
|
||||
public static string TableContext(string destination) =>
|
||||
$"rolemaster.tables.context.{destination}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user