~aleteoryx/muditaos

16de8cd37e277b2feb2debd27d99c88682096def — Mateusz Grzegorzek 5 years ago 60c96c6
[EGD-5800] Fix small BT icon

Replace small BT icon with the corrent one
4 files changed, 1 insertions(+), 1 deletions(-)

A image/assets/images/Bluetooth_small.vpi
D image/assets/images/bt.vpi
D image/bt.vpi
M module-apps/options/type/OptionSetting.cpp
A image/assets/images/Bluetooth_small.vpi => image/assets/images/Bluetooth_small.vpi +0 -0
D image/assets/images/bt.vpi => image/assets/images/bt.vpi +0 -0
D image/bt.vpi => image/bt.vpi +0 -0
M module-apps/options/type/OptionSetting.cpp => module-apps/options/type/OptionSetting.cpp +1 -1
@@ 50,7 50,7 @@ namespace gui::option
            button = new ButtonOnOff(optionBodyHBox, ButtonState::Off);
            break;
        case SettingRightItem::Bt:
            imageName = "bt";
            imageName = "Bluetooth_small";
            break;
        case SettingRightItem::Checked:
            imageName = "small_tick_W_M";