This commit is contained in:
Your Name
2024-07-05 16:24:57 -05:00
parent ac4d7efff1
commit 0fc13d815d

View File

@@ -213,12 +213,12 @@ void OnroadWindow::paintEvent(QPaintEvent *event) {
}
}
void OnroadWindow::update_screen_on_off() {
int screenDisaplayMode = paramsMemory.getInt("ScreenDisaplayMode");
if (screenDisaplayMode == 1) {
// Conditionally off
}
}
// void OnroadWindow::update_screen_on_off() {
// int screenDisaplayMode = paramsMemory.getInt("ScreenDisaplayMode");
// if (screenDisaplayMode == 1) {
// // Conditionally off
// }
// }
// ***** onroad widgets *****