Remove windows rounded corner option and force enable it, untested if it works

This commit is contained in:
2025-10-16 10:48:51 -07:00
parent b5b4611b03
commit 485ffa720e
5 changed files with 3 additions and 42 deletions

View File

@@ -3,7 +3,6 @@ export class SettingsType {
public checkForNewVersionOnLoad: boolean = true,
public allowNotifications: boolean = true,
public useWineOnUnixWhenNeeded: boolean = false,
public wineOnUnixCommand: string = 'wine %path%',
public useWindowsRoundedCorners: boolean = false
public wineOnUnixCommand: string = 'wine %path%'
) {}
}