diff --git a/AppGrid.qml b/AppGrid.qml index 8c30b9fa..8d67e79e 100644 --- a/AppGrid.qml +++ b/AppGrid.qml @@ -127,7 +127,7 @@ LauncherPage { } } - function updateA ppLauncher(key, value) { + function updateAppLauncher(key, value) { console.log("AppGrid | Will update app launcher: " + key + ", " + value) if (key === "backgroundOpacity") { for (var i = 0; i < appLauncher.appGroups.length; i++) { diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 6b275d12..105f6370 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +