Commit af41f4730018ebd68cd4cd3e4253d0dd63bd01dc

Authored by 고영탁
1 parent 5295adeb06
Exists in master and in 2 other branches fhd, fhd-demo

볼륨조절 표시 변경

app/gui/oven_control/config.h
... ... @@ -298,7 +298,7 @@ class Config : public QObject
298 298 "%S", //end of Settings
299 299 "%d" ,//start of Sound
300 300 "%d번",
301   - "%d",
  301 + "%d",
302 302 "%d번",
303 303 "%d번",
304 304 "%d번",
... ...
app/gui/oven_control/configwindow.cpp
... ... @@ -67,6 +67,7 @@ void ConfigWindow::on_backButton_clicked()
67 67 cfg->loadConfig();
68 68 cfg->loadFavorite();
69 69 }
  70 + cfg->applyConfig();
70 71 close();
71 72 }
72 73  
... ...