mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01: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';
|