This commit is contained in:
ZhanGSKen
2025-03-29 11:19:35 +08:00
parent 4a0b58feda
commit 3e1531d356
5 changed files with 22 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat Mar 29 08:43:44 HKT 2025
#Sat Mar 29 03:16:41 GMT 2025
stageCount=1
libraryProject=libappbase
baseVersion=15.2
publishVersion=15.2.0
buildCount=0
buildCount=5
baseBetaVersion=15.2.1

View File

@@ -86,6 +86,7 @@ public class MainActivity extends WinBollActivityBase implements IWinBollActivit
public void onSwitchDebugMode(View view) {
boolean isDebuging = ((CheckBox)view).isChecked();
GlobalApplication.setIsDebuging(isDebuging);
GlobalApplication.saveDebugStatus();
}
public void onPreviewGlobalCrashActivity(View view) {