Skip to content

Commit

Permalink
Re-enable WIP switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed Oct 31, 2024
1 parent 4714b85 commit 704aafa
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions ui/main.slint
Original file line number Diff line number Diff line change
Expand Up @@ -286,22 +286,22 @@ export component MainWindow inherits Window {
}
}
}
// HorizontalLayout {
// VerticalLayout {
// Text {
// text: "Cold Clear AI";
// font-size: 1.25rem;
// }
// Text {
// text: "Import Techmino's AI library to the sandbox.";
// font-size: 0.96rem;
// }
// }
// Switch {
// checked: settings.use_cold_clear;
// toggled => { settings.use_cold_clear = self.checked; }
// }
// }
HorizontalLayout {
VerticalLayout {
Text {
text: "Cold Clear AI";
font-size: 1.25rem;
}
Text {
text: "Import Techmino's AI library to the sandbox.";
font-size: 0.96rem;
}
}
Switch {
checked: settings.use_cold_clear;
toggled => { settings.use_cold_clear = self.checked; }
}
}
VerticalLayout {
padding-top: 8px;
Button {
Expand Down

0 comments on commit 704aafa

Please sign in to comment.