feat: improve download table layout

This commit is contained in:
nimbold
2026-06-01 05:26:12 +03:30
parent 2e78bfe588
commit dd9827c20d
3 changed files with 137 additions and 44 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ struct FirelinkApp: App {
ContentView()
.environmentObject(controller)
.environmentObject(settings)
.frame(minWidth: 980, minHeight: 640)
.frame(minWidth: 1180, idealWidth: 1280, minHeight: 720, idealHeight: 760)
}
.windowStyle(.titleBar)