We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337658a commit 80ca8d3Copy full SHA for 80ca8d3
src/MainWindow.vala
@@ -601,7 +601,7 @@ namespace Scratch {
601
content_stack.visible_child = view_grid;
602
toolbar.document_available (true);
603
set_widgets_sensitive (true);
604
- update_find_actions ();jeremypw/silence-some-warnings
+ update_find_actions ();
605
});
606
607
document_view.tab_removed.connect ((doc) => {
0 commit comments