wip: show error when scheme name conflict.

This commit is contained in:
2021-12-14 18:47:21 +08:00
parent cbaf61f70b
commit 214b06cac8
5 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class Scheme {
this.gestures = [];
this.fromMarket = false;
this.uploaded = false;
this.name = 'new xxx';
this.name = LocaleKeys.str_new_scheme.tr();
}
SchemeTree buildSchemeTree() {