option to configure if sidebar should be enabled in new tab

This commit is contained in:
zadam
2019-08-19 23:29:42 +02:00
parent 9888850c22
commit b818f020a7
7 changed files with 49 additions and 3 deletions

View 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);