add dialog to domain

This commit is contained in:
2023-07-04 20:56:09 +02:00
parent 74272c09f2
commit 88cf7620be
5 changed files with 53 additions and 31 deletions

View File

@@ -12,8 +12,8 @@ func main() {
k := konstructor.Konstructor{
KContext: &konstructor.KContext{
Screen: konstructor.KContextScreen{
Type: "menu",
Value: "MainMenu",
Type: "dialog",
Value: "TestDialog",
},
},
Domain: &domain.Domain{