mirror of
https://gitea.winboll.cc/Studio/OriginMaster.git
synced 2026-02-04 13:32:20 +08:00
修复调试工具配置误差
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Jan 24 21:19:19 HKT 2026
|
||||
#Thu Jan 29 08:56:24 GMT 2026
|
||||
stageCount=14
|
||||
libraryProject=
|
||||
baseVersion=15.11
|
||||
publishVersion=15.11.13
|
||||
buildCount=0
|
||||
buildCount=2
|
||||
baseBetaVersion=15.11.14
|
||||
|
||||
@@ -122,7 +122,7 @@ public class MainActivity extends DrawerFragmentActivity {
|
||||
@Override
|
||||
public boolean onCreateOptionsMenu(Menu menu) {
|
||||
getMenuInflater().inflate(R.menu.toolbar_main, menu);
|
||||
if (!App.isDebugging()) {
|
||||
if (App.isDebugging()) {
|
||||
getMenuInflater().inflate(R.menu.toolbar_test, menu);
|
||||
}
|
||||
return super.onCreateOptionsMenu(menu);
|
||||
|
||||
Reference in New Issue
Block a user