Skip to content

Commit ff69756

Browse files
authored
Merge pull request #58 from chuangzhu/hide-status
Don't show url_status_box on start
2 parents 0418f47 + 5846ef6 commit ff69756

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)