From 17107077c24f6c1285b205ef8a6c6da1b0859ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20J=C3=B6rg=20Wurzer?= Date: Sun, 12 May 2024 18:04:29 +0200 Subject: [PATCH 1/2] Prepare fossify apps --- AppGrid.qml | 1 + android/AndroidManifest.xml | 2 +- main.qml | 17 ++++++++++++----- qtquickcontrols2.conf | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/AppGrid.qml b/AppGrid.qml index 3a2434b6..9361e597 100644 --- a/AppGrid.qml +++ b/AppGrid.qml @@ -540,6 +540,7 @@ LauncherPage { } } mainView.updateSpinner(false) + mainView.checkDefaultApps(getAllApps()) } else if (type === "volla.launcher.receivedShortcut") { console.log("AppGrid | New pinned shortcut: " + message["shortcutId"]) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index df5b14b4..cf65541d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +