Skip to content

Commit

Permalink
MainWindow: Make headerbar buttons insensitive by default (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Aug 27, 2024
1 parent 9b08302 commit c954d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public class Camera.MainWindow : Gtk.ApplicationWindow {
}
});

enable_header (true);
enable_header (false);
return header_widget;
}

Expand Down

0 comments on commit c954d82

Please sign in to comment.