From f51ef42f95362c7362eaed0be053d0523b5f2118 Mon Sep 17 00:00:00 2001 From: Nehemiah of Zebulun Date: Mon, 11 Dec 2023 19:58:39 -0500 Subject: [PATCH] Work! --- patches/qsb.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/qsb.patch diff --git a/patches/qsb.patch b/patches/qsb.patch new file mode 100644 index 0000000..e59c744 --- /dev/null +++ b/patches/qsb.patch @@ -0,0 +1,11 @@ +diff --git a/src_build_config/com/android/launcher3/BuildConfig.java b/src_build_config/com/android/launcher3/BuildConfig.java +index 9a81d3f54c..8c83bcc372 100644 +--- a/src_build_config/com/android/launcher3/BuildConfig.java ++++ b/src_build_config/com/android/launcher3/BuildConfig.java +@@ -23,5 +23,5 @@ public final class BuildConfig { + * Flag to state if the QSB is on the first screen and placed on the top, + * this can be overwritten in other launchers with a different value, if needed. + */ +- public static final boolean QSB_ON_FIRST_SCREEN = true; ++ public static final boolean QSB_ON_FIRST_SCREEN = false; + }