Skip to content

Commit 5846ef6

Browse files
committed
Don't show url_status_box on start
This isn't a big issue on desktop. But on mobile, handle_motion is never triggered and an empty url_status_box is always visible.
1 parent 0418f47 commit 5846ef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/resources/ui/window.blp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ template GeopardWindow: Adw.ApplicationWindow {
100100
orientation: vertical;
101101
valign: end;
102102
Gtk.Box url_status_box {
103+
visible: false;
103104
styles ["background"]
104105
Gtk.Label url_status {
105106
xalign: 0.0;

0 commit comments

Comments
 (0)