mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
apprt/gtk: forgot to remove debug code to hide overlay
This commit is contained in:
@ -982,7 +982,6 @@ pub fn setMouseVisibility(self: *Surface, visible: bool) void {
|
||||
|
||||
pub fn mouseOverLink(self: *Surface, uri_: ?[]const u8) void {
|
||||
const uri = uri_ orelse {
|
||||
if (true) return;
|
||||
if (self.url_widget) |widget| {
|
||||
widget.deinit(self.overlay);
|
||||
self.url_widget = null;
|
||||
|
Reference in New Issue
Block a user