Skip to content

Commit

Permalink
GUI: when working, disable strip button
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Jul 8, 2024
1 parent 0bfca9a commit aa9065f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/misc-gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ static gboolean allow_actions_idle_func(gpointer data)
gtk_widget_set_sensitive(Closure->createButton, s);
gtk_widget_set_sensitive(Closure->fixButton, s);
gtk_widget_set_sensitive(Closure->testButton, s);
gtk_widget_set_sensitive(Closure->stripButton, s);

gtk_widget_set_sensitive(Closure->prefsButton, s);
if(!s && Closure->prefsWindow)
Expand Down

0 comments on commit aa9065f

Please sign in to comment.