Allow disabling window decorations/controls (#176)

Co-authored-by: Gregory Schier <gschier1990@gmail.com>
This commit is contained in:
Desperate Necromancer
2025-05-16 13:33:59 -07:00
committed by GitHub
co-authored by Gregory Schier
parent 432b366105
commit be82b67ed3
17 changed files with 75 additions and 58 deletions
@@ -0,0 +1,2 @@
ALTER TABLE settings
ADD COLUMN hide_window_controls BOOLEAN DEFAULT FALSE NOT NULL;