apprt/gtk: committed the forever status bar again

This commit is contained in:
Mitchell Hashimoto
2024-07-07 12:25:08 -07:00
parent b7699b9af9
commit f1561a4cae

View File

@ -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;