mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
3 lines
137 B
MySQL
3 lines
137 B
MySQL
![]() |
-- black theme has been removed, dark is closest replacement
|
||
|
UPDATE options SET value = 'dark' WHERE name = 'theme' AND value = 'black';
|