Skip to content

Commit

Permalink
Clear the info view when removing the last installed addin
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Dec 28, 2024
1 parent 85c134f commit aa3dc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pinta.Gui.Addins/AddinListView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public void Clear ()
{
model.RemoveAll ();
list_view_stack.VisibleChild = empty_list_page;
info_view.Update (null);
}

public void AddAddin (
Expand Down

0 comments on commit aa3dc5c

Please sign in to comment.