Skip to content

Commit 758bdf7

Browse files
guiyanakuangclaude
andauthored
🐛 Fix launch_at_startup switch reading wrong config field (#3722)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0304080 commit 758bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/desktopMain/kotlin/com/crosspaste/ui/settings/MainSettingsContentView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fun MainSettingsContentView() {
3535
SettingListSwitchItem(
3636
title = "launch_at_startup",
3737
icon = Icons.Default.RocketLaunch,
38-
checked = config.enablePasteboardListening,
38+
checked = config.enableAutoStartUp,
3939
) {
4040
configManager.updateConfig("enableAutoStartUp", it)
4141
}

0 commit comments

Comments
 (0)