Skip to content

Commit

Permalink
forced focus-changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ronoaer committed Sep 21, 2023
1 parent 2d7c49f commit da711a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/ui/qml/Pages2/PageProtocolCloakSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ PageType {

BackButtonType {
backButtonFunction: function() {
forceActiveFocus()
InstallController.updateContainerOnlyMemory(CloakConfigModel.getConfig())
PageController.closePage()
}
Expand Down
1 change: 1 addition & 0 deletions client/ui/qml/Pages2/PageProtocolOpenVpnSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ PageType {

BackButtonType {
backButtonFunction: function() {
forceActiveFocus()
InstallController.updateContainerOnlyMemory(OpenVpnConfigModel.getConfig())
PageController.closePage()
}
Expand Down
1 change: 1 addition & 0 deletions client/ui/qml/Pages2/PageProtocolShadowSocksSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ PageType {

BackButtonType {
backButtonFunction: function() {
forceActiveFocus()
InstallController.updateContainerOnlyMemory(ShadowSocksConfigModel.getConfig())
PageController.closePage()
}
Expand Down

0 comments on commit da711a7

Please sign in to comment.