From ab421b4c32f7ece072af50053fd6866b9f5bcf0b Mon Sep 17 00:00:00 2001 From: anoshenko Date: Mon, 15 May 2023 15:27:37 +0300 Subject: [PATCH] Added PopupButtonType --- application.go | 2 +- defaultTheme.rui | 20 ++++++++ keyEvents.go | 120 ++++++++++++++++++++++++++++++++++++++++++++--- popup.go | 98 +++++++++++++++++++++++++++++--------- session.go | 21 ++++++++- 5 files changed, 230 insertions(+), 31 deletions(-) diff --git a/application.go b/application.go index bd6e910..6b2afc8 100644 --- a/application.go +++ b/application.go @@ -73,7 +73,7 @@ func getStartPage(buffer *strings.Builder, params AppParams, addScripts string) buffer.WriteString(addScripts) buffer.WriteString(` - +