fix drawer open close usage

This commit is contained in:
Cyril Anisimov 2024-10-30 05:58:54 +01:00
parent 88958c042f
commit f020bdb6e8
10 changed files with 17 additions and 17 deletions

View file

@ -48,7 +48,7 @@ DrawerType2 {
clickedFunction: function() {
PageController.goToPage(PageEnum.PageSettingsSplitTunneling)
root.close()
root.closeTriggered()
}
}