Skip to content

Commit

Permalink
Update SearchToolbar.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 17, 2024
1 parent 3f7b907 commit 9152c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/SearchToolbar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace Terminal.Widgets {

cycle_button = new Gtk.ToggleButton () {
active = false,
can_focus = false,
sensitive = false,
image = new Gtk.Image ()
};
cycle_button.toggled.connect (() => {
Expand Down

0 comments on commit 9152c44

Please sign in to comment.