We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0304080 commit 758bdf7Copy full SHA for 758bdf7
app/src/desktopMain/kotlin/com/crosspaste/ui/settings/MainSettingsContentView.kt
@@ -35,7 +35,7 @@ fun MainSettingsContentView() {
35
SettingListSwitchItem(
36
title = "launch_at_startup",
37
icon = Icons.Default.RocketLaunch,
38
- checked = config.enablePasteboardListening,
+ checked = config.enableAutoStartUp,
39
) {
40
configManager.updateConfig("enableAutoStartUp", it)
41
}
0 commit comments