mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
add back SDL Window option
This commit is contained in:
parent
ea2eff15c6
commit
e924da52ec
2 changed files with 0 additions and 4 deletions
Binary file not shown.
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue