diff --git a/CMakeLists.txt b/CMakeLists.txt index d42b8691..39f7aaa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ if(IOS OR BUILD_SAILFISHOS) set(QT_STATICPLUGIN ON CACHE BOOL "Build static plugins" FORCE) endif() -set(APP_VERSION "4.4.2") -set(APP_VERSION_CODE 67) +set(APP_VERSION "4.4.3") +set(APP_VERSION_CODE 68) set(APP_ID "io.github.janbar.noson") set(APP_NAME "noson") diff --git a/gui/controls2/components/NowPlayingToolbar.qml b/gui/controls2/components/NowPlayingToolbar.qml index dfd8e17f..5b3efb36 100644 --- a/gui/controls2/components/NowPlayingToolbar.qml +++ b/gui/controls2/components/NowPlayingToolbar.qml @@ -111,7 +111,7 @@ Item { onValueChanged: { if (Math.abs(value - inValue) >= 1.0) { if (pressed && value > inValue + 5.0) { - value = inValue + 3.0; // loop on value changed + value = inValue + 1.0; // loop on value changed } else { volumeGroupSlider.inValue = player.volumeMaster = Math.round(value); if (pressed)