This website works better with JavaScript.
Home
Help
Sign In
rico
/
remote_pilot_wire_mqtt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
thermostat: start in full screen
master
Richard Genoud
5 years ago
parent
da92b55a56
commit
ec9a2df740
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
soft/thermostat/src/main.cpp
+ 1
- 1
soft/thermostat/src/main.cpp
View File
@ -39,7 +39,7 @@ int main(int argc, char *argv[])
a
.
installTranslator
(
&
translator
)
;
MainWindow
w
;
w
.
show
(
)
;
w
.
show
FullScreen
(
)
;
return
a
.
exec
(
)
;
}
Write
Preview
Loading…
Cancel
Save