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