фикс бага. не было учтено отсутствие перевода сообщений в консоли.

This commit is contained in:
2023-10-07 01:17:06 +03:00
parent c6fb69706e
commit 34620925f3
5 changed files with 13 additions and 9 deletions

View File

@@ -224,6 +224,7 @@ public class Global {
}
return (bad_state == 0);
}
//возможно заменить settings на properties
public static DBSetting getSetting(SettingName settingName) throws Exception {
switch (Current.mode) {
case Normal: