diff --git a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml index f27396e..ba00f05 100644 --- a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml +++ b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml @@ -114,7 +114,7 @@ Pane { horizontalAlignment: Image.AlignHCenter verticalAlignment: Image.AlignVCenter - source: "images/background.jpg" + source: "images/background.png" fillMode: Image.PreserveAspectCrop //fillMode: Image.PreserveAspectFit asynchronous: true diff --git a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/images/background.jpg b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/images/background.jpg deleted file mode 100644 index 92b718a..0000000 Binary files a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/images/background.jpg and /dev/null differ diff --git a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/images/background.png b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/images/background.png new file mode 100644 index 0000000..fafb0de Binary files /dev/null and b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/images/background.png differ