Also, I have another question: based on my understanding of the source code, the files in desktop/pages/ are for the desktop client, while the Android side should be in mobile/pages.
✅ GLOBAL DISABLE SETTINGS: ENABLED - Applying patch to hide ALL settings
Downloading disable settings patch...
--2025-10-21 05:26:19-- https://raw.githubusercontent.com/VenimK/creator/refs/heads/master/.github/patches/disableSettings.diff
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1181 (1.2K) [text/plain]
Saving to: ‘disableSettings.diff’
0K . 100% 121M=0s
2025-10-21 05:26:19 (121 MB/s) - ‘disableSettings.diff’ saved [1181/1181]
Applying patch to source code...
error: patch failed: flutter/lib/desktop/pages/desktop_home_page.dart:1000
error: flutter/lib/desktop/pages/desktop_home_page.dart: patch does not apply
error: patch failed: flutter/lib/desktop/pages/desktop_setting_page.dart:100
error: flutter/lib/desktop/pages/desktop_setting_page.dart: patch does not apply
Error: Process completed with exit code 1.
Also, I have another question: based on my understanding of the source code, the files in
desktop/pages/are for the desktop client, while the Android side should be inmobile/pages.