diff --git a/qdiskinfo-appimage.sh b/qdiskinfo-appimage.sh index 1f2aa57..09e345d 100644 --- a/qdiskinfo-appimage.sh +++ b/qdiskinfo-appimage.sh @@ -4,6 +4,7 @@ set -eu export ARCH="$(uname -m)" export APPIMAGE_EXTRACT_AND_RUN=1 +export QT_STYLE_OVERRIDE=Breeze # Make sure the breeze theme is dlopened APP=QDiskInfo APPIMAGETOOL="https://github.com/pkgforge-dev/appimagetool-uruntime/releases/download/continuous/appimagetool-$ARCH.AppImage"