perf: add some new keys to initial fetch

This commit is contained in:
KernelDeimos
2025-09-12 19:40:26 -04:00
parent 7bc03fe17c
commit e926738d64
+4
View File
@@ -12,6 +12,10 @@ const gui_cache_keys = [
'user_preferences.clock_visible',
'toolbar_auto_hide_enabled',
'has_seen_welcome_window',
'desktop_item_positions',
'desktop_icons_hidden',
'taskbar_position',
'has_seen_toolbar_animation',
];
class KV{
MAX_KEY_SIZE = 1024;