Add wine on unix command to frontend (not backend yet)

This commit is contained in:
2025-08-26 11:08:54 -07:00
parent 342f8101fe
commit 5a22efa069
3 changed files with 22 additions and 0 deletions

View File

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