We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f00157 commit 66bb8a4Copy full SHA for 66bb8a4
1 file changed
ui/pages/temperature-page.slint
@@ -99,6 +99,7 @@ component ReadOnlyTemperatureElement inherits HorizontalStretch {
99
}
100
101
102
+// TODO: Split this off into a seperate page so you can make a sidebar entry out of it
103
export component FilamentMenuDialog inherits Rectangle {
104
callback close();
105
callback on_manual_entry(internal-name : string, friendly-name : string); // TODO: Make the temp numpad a popup
0 commit comments