fix(appearance): wrong value for active hint spin button

This commit is contained in:
Bryan Hyland 2024-11-20 16:38:27 -08:00 committed by GitHub
parent 355c27caa8
commit 4e310024b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1973,8 +1973,8 @@ pub fn window_management() -> Section<crate::pages::Message> {
.add(settings::item::builder(&descriptions[active_hint]).control(
cosmic::widget::spin_button(
page.theme_builder.active_hint.to_string(),
page.theme_builder.active_hint,
1,
page.theme.active_hint,
0,
500,
Message::WindowHintSize,