|
@@ -8,31 +8,31 @@ public static class PreferencesConstants
|
|
[LocalPreferenceConstant]
|
|
[LocalPreferenceConstant]
|
|
public const string RecentlyOpened = nameof(RecentlyOpened);
|
|
public const string RecentlyOpened = nameof(RecentlyOpened);
|
|
|
|
|
|
- [RemotePreferenceConstant]
|
|
|
|
|
|
+ [SyncedPreferenceConstant]
|
|
public const string MaxOpenedRecently = nameof(MaxOpenedRecently);
|
|
public const string MaxOpenedRecently = nameof(MaxOpenedRecently);
|
|
public const int MaxOpenedRecentlyDefault = 8;
|
|
public const int MaxOpenedRecentlyDefault = 8;
|
|
|
|
|
|
- [RemotePreferenceConstant]
|
|
|
|
|
|
+ [SyncedPreferenceConstant]
|
|
public const string DisableNewsPanel = nameof(DisableNewsPanel);
|
|
public const string DisableNewsPanel = nameof(DisableNewsPanel);
|
|
|
|
|
|
- [RemotePreferenceConstant]
|
|
|
|
|
|
+ [SyncedPreferenceConstant]
|
|
public const string LastCheckedNewsIds = nameof(LastCheckedNewsIds);
|
|
public const string LastCheckedNewsIds = nameof(LastCheckedNewsIds);
|
|
|
|
|
|
- [RemotePreferenceConstant]
|
|
|
|
|
|
+ [SyncedPreferenceConstant]
|
|
public const string NewsPanelCollapsed = nameof(NewsPanelCollapsed);
|
|
public const string NewsPanelCollapsed = nameof(NewsPanelCollapsed);
|
|
|
|
|
|
- [RemotePreferenceConstant]
|
|
|
|
|
|
+ [SyncedPreferenceConstant]
|
|
public const string AutosavePeriodMinutes = nameof(AutosavePeriodMinutes);
|
|
public const string AutosavePeriodMinutes = nameof(AutosavePeriodMinutes);
|
|
public const double AutosavePeriodDefault = 3;
|
|
public const double AutosavePeriodDefault = 3;
|
|
|
|
|
|
[LocalPreferenceConstant]
|
|
[LocalPreferenceConstant]
|
|
public const string UnsavedNextSessionFiles = nameof(UnsavedNextSessionFiles);
|
|
public const string UnsavedNextSessionFiles = nameof(UnsavedNextSessionFiles);
|
|
|
|
|
|
- [RemotePreferenceConstant]
|
|
|
|
|
|
+ [SyncedPreferenceConstant]
|
|
public const string AutosaveToDocumentPath = nameof(AutosaveToDocumentPath);
|
|
public const string AutosaveToDocumentPath = nameof(AutosaveToDocumentPath);
|
|
public const bool AutosaveToDocumentPathDefault = false;
|
|
public const bool AutosaveToDocumentPathDefault = false;
|
|
|
|
|
|
- [RemotePreferenceConstant]
|
|
|
|
|
|
+ [SyncedPreferenceConstant]
|
|
public const string SaveSessionStateEnabled = nameof(SaveSessionStateEnabled);
|
|
public const string SaveSessionStateEnabled = nameof(SaveSessionStateEnabled);
|
|
public const bool SaveSessionStateDefault = true;
|
|
public const bool SaveSessionStateDefault = true;
|
|
|
|
|