mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +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(
|
fn adwTabOverviewFocusTimer(
|
||||||
self: *Window,
|
self: *Window,
|
||||||
) callconv(.C) c.gboolean {
|
) callconv(.C) c.gboolean {
|
||||||
|
self.adw_tab_overview_focus_timer = null;
|
||||||
self.focusCurrentTab();
|
self.focusCurrentTab();
|
||||||
|
|
||||||
// Remove the timer
|
// Remove the timer
|
||||||
|
Reference in New Issue
Block a user