mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
update default_config.js, config.js
This commit is contained in:
parent
775691e137
commit
8546a0c557
@ -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"
|
||||
|
@ -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;
|
||||
|
@ -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 = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user