Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
fix - windows are now sensitive again if record is canceled
Browse files Browse the repository at this point in the history
  • Loading branch information
dr_Styki committed Jun 4, 2020
1 parent 41e0491 commit 8a0d383
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/ScreenrecorderWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,13 @@ namespace ScreenRec {
debug("Sav Dialog Close Connect");

save_dialog_present = false;
settings_views.set_sensitive (true);
capture_type_grid.set_sensitive (true);

//if close after saving
if(settings_views.close_switch.get_state()) {

close();

} else {

settings_views.set_sensitive (true);
capture_type_grid.set_sensitive (true);
}
});
}
Expand Down

0 comments on commit 8a0d383

Please sign in to comment.