fix comment pixelSize key

This commit is contained in:
Madjid Taha
2025-10-25 17:00:01 +02:00
parent 533156e0d0
commit 69fc9d9b35
@@ -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;
}
}
}