update: 隐藏 KeyStore 配置界面
parent
d3cf9a1b63
commit
2217ab8e46
|
|
@ -102,7 +102,7 @@ namespace Guru.Editor
|
|||
if (IsInvalidLine(line)) return;
|
||||
|
||||
string value = "";
|
||||
if(settings.app_settings == null) settings.app_settings = new GuruAppSettings();
|
||||
if (settings.app_settings == null) settings.app_settings = new GuruAppSettings();
|
||||
|
||||
// 拾取值和注入
|
||||
if (GetValue(line, "app_id", out value))
|
||||
|
|
@ -157,7 +157,7 @@ namespace Guru.Editor
|
|||
{
|
||||
settings.app_settings.custom_keystore = GetBool(value);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// AdjustSettings 填充
|
||||
|
|
|
|||
|
|
@ -89,10 +89,10 @@ namespace Guru.Editor
|
|||
|
||||
InitPushIcon();
|
||||
|
||||
if (_servicesConfig?.UseCustomKeystore() ?? false)
|
||||
{
|
||||
InitCustomKeystore();
|
||||
}
|
||||
// if (_servicesConfig?.UseCustomKeystore() ?? false)
|
||||
// {
|
||||
// InitCustomKeystore();
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -419,11 +419,11 @@ namespace Guru.Editor
|
|||
GUI_PushIconMaker();
|
||||
|
||||
// Keystore
|
||||
if (_servicesConfig != null && _servicesConfig.UseCustomKeystore())
|
||||
{
|
||||
GUILayout.Space(10);
|
||||
GUI_CustomKeystore();
|
||||
}
|
||||
// if (_servicesConfig != null && _servicesConfig.UseCustomKeystore())
|
||||
// {
|
||||
// GUILayout.Space(10);
|
||||
// GUI_CustomKeystore();
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue