summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-28 12:29:47 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-28 12:29:47 +0100
commitd0848f5561c0ebc216f2030fe491457d2e2474b1 (patch)
tree61070fb170128e270b2ad89c2d91652e7ac0b96d /src
parentchore: update iced_material (diff)
downloadiced-builder-d0848f5561c0ebc216f2030fe491457d2e2474b1.tar.gz
chore: update deps
Diffstat (limited to '')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 55b647c..c3ee12c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -547,7 +547,8 @@ impl IcedBuilder {
.width(Length::Fill),
)
},
- checkbox("Use system theme", self.use_system_theme)
+ checkbox(self.use_system_theme)
+ .label("Use system theme")
.on_toggle(Message::UseSystemTheme)
]
.spacing(10)