Windows: Add Option to use native titlebar ~ Closes #537

This commit is contained in:
Vendicated
2023-02-28 22:17:39 +01:00
parent 5ec517875e
commit 4918d699d5
4 changed files with 20 additions and 2 deletions

View File

@ -34,6 +34,7 @@ export interface Settings {
frameless: boolean;
transparent: boolean;
winCtrlQ: boolean;
winNativeTitleBar: boolean;
plugins: {
[plugin: string]: {
enabled: boolean;
@ -57,6 +58,7 @@ const DefaultSettings: Settings = {
frameless: false,
transparent: false,
winCtrlQ: false,
winNativeTitleBar: false,
plugins: {},
notifications: {