Update deps and add a setting for rounded corners on windows
This commit is contained in:
@@ -2,6 +2,7 @@ export class SettingsType {
|
||||
constructor (
|
||||
public checkForNewVersionOnLoad: boolean = true,
|
||||
public allowNotifications: boolean = true,
|
||||
public useWineOnUnixWhenNeeded: boolean = false
|
||||
public useWineOnUnixWhenNeeded: boolean = false,
|
||||
public useWindowsRoundedCorners: boolean = false
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user