mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
option to configure if sidebar should be enabled in new tab
This commit is contained in:
2
db/migrations/0139__show_sidebar_in_new_tab.sql
Normal file
2
db/migrations/0139__show_sidebar_in_new_tab.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO options (name, value, utcDateCreated, utcDateModified, isSynced)
|
||||
VALUES ('showSidebarInNewTab', '1', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);
|
||||
Reference in New Issue
Block a user