diff --git a/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml b/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml index 103d5b8f2..912bb13f4 100644 --- a/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml @@ -232,12 +232,12 @@ ContentPage { } ConfigSpinBox { text: Translation.tr("Comment font size") - value: Config.options.appearance.commentbinds.pixelSize.comment + value: Config.options.appearance.keybinds.pixelSize.comment from: Appearance.font.pixelSize.smallest to: Appearance.font.pixelSize.large stepSize: 1 onValueChanged: { - Config.options.appearance.commentbinds.pixelSize.comment = value; + Config.options.appearance.keybinds.pixelSize.comment = value; } } }