Move settings into main sidebar

This commit is contained in:
nimbold
2026-06-02 04:05:36 +03:30
parent 340ae6b0fe
commit fa018dff05
5 changed files with 194 additions and 119 deletions
-5
View File
@@ -46,10 +46,5 @@ struct FirelinkApp: App {
.keyboardShortcut("r", modifiers: [.command])
}
}
Settings {
SettingsView()
.environmentObject(settings)
}
}
}