feat(macos): move camera setting to General

This commit is contained in:
Peter Steinberger
2025-12-14 03:32:56 +00:00
parent 7dd8a7f2e3
commit 3729d269d0
4 changed files with 8 additions and 18 deletions

View File

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