no message
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package GlobalData.Settings;
|
||||
import Common.Database.Objects.DBObject;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.UI.Menus_2023.StableMenuItem;
|
||||
import Common_old.Utils.Utils;
|
||||
import Repository.Component.ComponentType;
|
||||
@@ -70,7 +71,7 @@ public class DBSetting extends DBObject {
|
||||
getMenuItem().setText(Name.getDescription() + " : " + this + "%");
|
||||
break;
|
||||
case StringField:
|
||||
String valueToShow = Value.isEmpty()? "не задано":Utils.Quotes(toString());
|
||||
String valueToShow = Value.isEmpty()? "не задано": CommonUtils.Quotes(toString());
|
||||
getMenuItem().setText(Name.getDescription() + " : " + valueToShow);
|
||||
break;
|
||||
case IntField:
|
||||
|
||||
Reference in New Issue
Block a user