1
0
forked from MeloNX/MeloNX

add back SDL Window option

This commit is contained in:
Stossy11 2025-03-01 21:31:33 +11:00
parent ea2eff15c6
commit e924da52ec
2 changed files with 0 additions and 4 deletions

View File

@ -544,12 +544,10 @@ struct SettingsView: View {
// Advanced
Section {
/*
Toggle(isOn: $windowCode) {
labelWithIcon("SDL Window", iconName: "macwindow.on.rectangle")
}
.tint(.blue)
*/
DisclosureGroup {
@ -617,8 +615,6 @@ struct SettingsView: View {
if let configs = loadSettings() {
self.config = configs
}
windowCode = false
}
.onChange(of: config) { _ in
saveSettings()