Skip to content

Commit fc241a2

Browse files
committed
Fix a slint warning
1 parent 0395240 commit fc241a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/main.slint

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export component MainWindow inherits Window {
228228
}
229229

230230
export component LogWindow inherits Window {
231-
in property log_text <=> t.text;
231+
in-out property log_text <=> t.text;
232232
default_font_family: "BigBlue TerminalPlus";
233233
ScrollView {
234234
viewport-width: t.preferred-width;

0 commit comments

Comments
 (0)