update default_config.js, config.js

This commit is contained in:
slore 2020-06-08 20:09:39 +08:00
parent 775691e137
commit 8546a0c557
3 changed files with 11 additions and 1 deletions

View File

@ -46,6 +46,8 @@ if not ERRORLEVEL 1 (
if "x%~1"=="xrunas" (SHIFT)
call DisAutoRun
set APP_HOST_WIN=UNKNOWN
if exist "%windir%\SystemResources\" set APP_HOST_WIN=10
rem init i18n file
set "I18N_SCRIPT=%~dp0i18n\i18n_.wsf"

View File

@ -13,6 +13,10 @@ $ui_settings['enable_theme_loader'] = true;
$ui_settings['theme'] = '';
$ui_settings['dpi'] ='';
if (eformat('x%APP_HOST_WIN%') != 'x10') {
$ui_settings['enable_theme_loader'] = false;
}
var $app_default_project = '';
var $app_save_current_preset = true;
var $wb_show_quick_build = false;

View File

@ -1,4 +1,4 @@
$width = 1200;
$width = 1208;
$height = 800;
$app_auto_save_window_size = true;
@ -7,6 +7,10 @@ $lang = '';
$ui_settings['lang'] = $lang;
$ui_settings['theme'] = '';
if (eformat('x%APP_HOST_WIN%') == 'x10') {
$ui_settings['theme'] = 'picture';
}
$wb_src_folder = '';
$wb_src = '';
$wb_base = '';