Skip to content

Commit

Permalink
fix an issue with QT profiles page
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed May 31, 2023
1 parent 91bda75 commit 3f8de43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HandheldCompanion/Views/QuickPages/QuickProfilesPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ private void ProfileApplied(Profile profile, ProfileUpdateSource source)
switch (source)
{
// self update, unlock and exit
case ProfileUpdateSource.QuickProfilesPage:
// case ProfileUpdateSource.QuickProfilesPage:
case ProfileUpdateSource.Serializer:
return;
}

Expand Down

0 comments on commit 3f8de43

Please sign in to comment.