Skip to content

Commit

Permalink
Fix design bar sometimes locking up
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix committed Apr 28, 2024
1 parent 9ceb15b commit ac01f79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ private void close()
if (!showingSettings)
{
Expanded.Value = false;
Locked.Value = false;
return;
}

Expand Down

0 comments on commit ac01f79

Please sign in to comment.