Commit 5295adeb06793847778472a3214c7ea60128cf83

Authored by 김태훈
1 parent 25ec23561c
Exists in master and in 2 other branches fhd, fhd-demo

키패드 볼륨 설정 적용

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/gui/oven_control/soundplayer.cpp
... ... @@ -108,7 +108,7 @@ void SoundPlayer::play(const QString &filename)
108 108  
109 109 void SoundPlayer::emitClick()
110 110 {
111   - Define::config_item item = Config::getInstance()->getConfigValue(Define::config_marster_vol);
  111 + Define::config_item item = Config::getInstance()->getConfigValue(Define::config_keypad_sound2);
112 112 switch (item.d32)
113 113 {
114 114 case 0:
... ...