mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 04:36:10 +03:00
Merge pull request #2261 from Pangoraw/timer-clear
adw: clear stored tab overview timer
This commit is contained in:
@ -571,6 +571,7 @@ fn adwTabOverviewOpen(
|
||||
fn adwTabOverviewFocusTimer(
|
||||
self: *Window,
|
||||
) callconv(.C) c.gboolean {
|
||||
self.adw_tab_overview_focus_timer = null;
|
||||
self.focusCurrentTab();
|
||||
|
||||
// Remove the timer
|
||||
|
Reference in New Issue
Block a user