diegosouzapw
f79ab2c3d1
fix(settings): default debugMode to true on fresh installations
...
The Debug sidebar section (Translator, Playground, Search Tools) was
hidden on new installs because debugMode was not in the settings
defaults object. This made data?.debugMode === true evaluate to false,
while the toggle in System & Storage appeared active — an inconsistency.
Changes:
- Add debugMode: true to getSettings() defaults in settings.ts
- Align SystemStorageTab useState initial value to true
- Update CHANGELOG with fix entry
2026-05-15 01:57:17 -03:00
..
2026-05-04 10:52:28 -03:00
2026-05-14 20:19:55 -03:00
2026-04-13 13:10:22 -03:00
2026-05-11 09:13:49 -03:00
2026-04-17 16:45:27 -03:00
2026-05-10 00:00:11 -03:00
2026-05-05 09:59:43 -03:00
2026-03-04 19:35:38 -03:00
2026-05-08 17:34:56 -03:00
2026-05-12 19:57:35 -03:00
2026-05-03 00:37:08 -03:00
2026-05-08 17:35:43 -03:00
2026-04-29 12:47:44 +07:00
2026-05-03 15:34:15 -03:00
2026-05-04 19:25:41 -03:00
2026-04-08 13:40:04 -03:00
2026-05-14 20:19:55 -03:00
2026-04-16 12:53:37 -03:00
2026-05-06 02:29:25 -03:00
2026-05-01 08:41:19 -03:00
2026-05-10 20:48:03 -03:00
2026-05-05 09:59:43 -03:00
2026-04-23 16:57:43 -03:00
2026-05-10 00:00:11 -03:00
2026-05-05 01:17:52 -03:00
2026-05-04 16:28:47 -03:00
2026-05-10 18:27:41 -03:00
2026-05-10 00:52:00 -03:00
2026-05-15 01:39:31 +08:00
2026-05-01 08:41:19 -03:00
2026-03-17 04:24:46 -03:00
2026-04-01 02:24:53 -04:00
2026-05-14 20:19:55 -03:00
2026-05-08 17:35:36 -03:00
2026-04-30 17:37:57 -03:00
2026-04-03 18:53:22 +07:00
2026-04-26 20:15:47 -03:00
2026-05-09 22:04:07 -03:00
2026-03-23 18:23:08 -03:00
2026-05-10 00:58:07 -03:00
2026-05-15 01:57:17 -03:00
2026-03-04 18:59:27 -03:00
2026-05-04 19:25:41 -03:00
2026-04-16 05:26:17 -03:00
2026-05-08 17:35:49 -03:00
2026-04-02 14:36:43 -03:00
2026-04-02 15:06:09 +07:00
2026-03-23 22:07:10 -03:00