This commit is contained in:
2024-11-17 15:08:00 +03:00
parent b79002edcc
commit 493b19c5e4
3 changed files with 6 additions and 6 deletions

View File

@@ -221,6 +221,7 @@ public class Global {
// FoldParserManager.get().addFoldParserMapping("text/FortranSPF", new FortranFolder()); блоки кода. todo
//light_editor.xml-------->>
mainModule.ActivateDB();
/*
mainModule.set(Current.Account, new Account() {
{
name = "M";
@@ -228,7 +229,8 @@ public class Global {
role = AccountRole.Admin;
}
});
// Pass_2021.passes.get(PassCode_2021.CheckAccount).Do();
*/
mainModule.getPass(PassCode.CheckAccount).Do();
//---------------
componentsServer.ActivateDB();
testingServer.ActivateDB();