MCSI-5 GUI enabled option #25
@ -128,7 +128,7 @@ class BasicConfigurationTab extends StatelessWidget {
|
||||
canRequestFocus: false,
|
||||
readOnly: true,
|
||||
decoration: InputDecoration(
|
||||
label: const Text('${Strings.labelMinRamSize} (MB)'),
|
||||
label: const Text('${Strings.fieldMinRamSize} (MB)'),
|
||||
border: OutlineInputBorder(borderRadius: BorderRadius.circular(4)),
|
||||
),
|
||||
),
|
||||
@ -140,7 +140,7 @@ class BasicConfigurationTab extends StatelessWidget {
|
||||
canRequestFocus: false,
|
||||
readOnly: true,
|
||||
decoration: InputDecoration(
|
||||
label: const Text('${Strings.labelMaxRamSize} (MB)'),
|
||||
label: const Text('${Strings.fieldMaxRamSize} (MB)'),
|
||||
border: OutlineInputBorder(borderRadius: BorderRadius.circular(4)),
|
||||
),
|
||||
),
|
||||
|
@ -2,11 +2,12 @@ abstract class Strings {
|
||||
static const fieldGameVersion = '遊戲版本';
|
||||
static const fieldPath = '安裝路徑';
|
||||
static const fieldEula = '我同意 EULA 條款';
|
||||
static const fieldGui = '啟用伺服器 GUI 介面';
|
||||
static const fieldCustomRamSize = '啟用自定義 RAM 大小';
|
||||
static const fieldMinRamSize = '最小 RAM 大小';
|
||||
static const fieldMaxRamSize = '最大 RAM 大小';
|
||||
static const buttonStartToInstall = '開始安裝';
|
||||
static const buttonBrowse = '瀏覽';
|
||||
static const labelMinRamSize = '最小 RAM 大小';
|
||||
static const labelMaxRamSize = '最大 RAM 大小';
|
||||
static const tooltipEulaInfo = '點擊查看 EULA 條款';
|
||||
static const dialogTitleSelectDirectory = '選擇安裝目錄';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user