Skip to content

Commit

Permalink
Update MainWindow.vala (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 authored Sep 11, 2024
1 parent 8ea4da6 commit e93ca42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class IconBrowser.MainWindow : Gtk.ApplicationWindow {
set_titlebar (null_title);

child = paned;
category_view.search_entry.set_key_capture_widget (this);

var gtk_settings = Gtk.Settings.get_default ();
gtk_settings.bind_property ("gtk-application-prefer-dark-theme", mode_switch, "active", BindingFlags.BIDIRECTIONAL);
Expand Down

0 comments on commit e93ca42

Please sign in to comment.