mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix comment pixelSize key
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user