chore(macos): widen settings window

main
Peter Steinberger 2025-12-20 21:17:29 +01:00
parent aa330350fc
commit f34f374179
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ struct SettingsRootView: View {
enum SettingsTab: CaseIterable {
case general, skills, sessions, cron, config, instances, voiceWake, permissions, debug, about
static let windowWidth: CGFloat = 658 // +10% (tabs fit better)
static let windowWidth: CGFloat = 724 // +10% (tabs fit better)
static let windowHeight: CGFloat = 790 // +10% (more room)
var title: String {
switch self {