Remove windows rounded corner option and force enable it, untested if it works
This commit is contained in:
@@ -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%'
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user