Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix: Hide functio page
Browse files Browse the repository at this point in the history
  • Loading branch information
luojunyuan committed Jun 8, 2023
1 parent 62821d9 commit 112e6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ErogeHelper.AssistiveTouch/TouchMenu.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void RepositionTransformAnimationStartPoint()
_menuMainPage.Visibility = Visibility.Visible;
_menuGamePage.Visibility = Visibility.Collapsed;
_menuDevicePage.Visibility = Visibility.Collapsed;
_menuFunctionPage.Visibility = Visibility.Collapsed;
_menuWinMovePage.Visibility = Visibility.Collapsed;

RepositionTransformAnimationStartPoint();
Expand Down

0 comments on commit 112e6c3

Please sign in to comment.