add settings on mac

add whats new on mac
clean up settings on ios
clean up whats new + liquid glass
This commit is contained in:
neon443
2025-06-13 21:28:37 +01:00
parent 6e7bc6c2d1
commit 0663ba9e59
9 changed files with 210 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ struct NearFutureApp: App {
.defaultSize(width: 550, height: 650)
.commands {
CommandGroup(replacing: CommandGroupPlacement.appInfo) {
Button("about nf") {
Button("About Near Future") {
openWindow(id: "about")
}
}
@@ -60,7 +60,10 @@ struct NearFutureApp: App {
.defaultPosition(UnitPoint.center)
Settings {
Text("wip")
SettingsView(
viewModel: viewModel,
settingsModel: settingsModel
)
}
}
}