123456789101112131415161718192021222324252627282930 |
- {
- {
- "Main": {
- "Debug": true,
- "DebugToFile": true,
- "ConfigPath": "%AppData%\\delight software gmbh\\delightSmartWindows"
- },
- "UserDefaults": {
- "Version": 2,
- "MinimizeOnStart": true,
- "StartWithWindows": true,
- "ShowTrayIcon": true,
- "ShowNotifications": true,
- "CheckForUpdates": true,
- "RestoreMinimizedOnlyWhenOpen": true,
- "SaveRestoreDesktopWallpaper": true,
- "Language": "English"
- },
- "Policy": {
- "MinimizeOnStart": true,
- "StartWithWindows": true,
- "ShowTrayIcon": false,
- "ShowNotifications": false,
- "CheckForUpdates": false,
- "UpdatesEnabled": false,
- "DisableFirstStart": true,
- "RestoreMinimizedOnlyWhenOpen": true,
- "SaveRestoreDesktopWallpaper": true
- }
- }
|