File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ template $GeopardWindow: Adw.ApplicationWindow {
140140 Adw.HeaderBar bottom_bar {
141141 show-end-title-buttons: false;
142142 show-start-title-buttons: false;
143+ show-title: false;
143144
144145 [start]
145146 Gtk.Button {
@@ -162,19 +163,19 @@ template $GeopardWindow: Adw.ApplicationWindow {
162163 tooltip-text: _("Reload");
163164 }
164165
165- [title]
166- Gtk.Button {
167- icon-name: "system-search-symbolic";
168- action-name: "win.focus-url-bar";
169- tooltip-text: _("Start Searching");
170- }
171-
172166 [end]
173167 Gtk.Button {
174168 icon-name: "view-grid-symbolic";
175169 action-name: "overview.open";
176170 tooltip-text: _("View Open Tabs");
177171 }
172+
173+ [end]
174+ Gtk.Button {
175+ icon-name: "system-search-symbolic";
176+ action-name: "win.focus-url-bar";
177+ tooltip-text: _("Start Searching");
178+ }
178179 }
179180 }
180181 }
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ fn main() {
102102 . resource_base_path ( "/com/ranfdev/Geopard/" )
103103 . build ( ) ;
104104
105- // println!("{}", config::APP_ID);
105+ println ! ( "{}" , config:: APP_ID ) ;
106106
107107 let config = futures:: executor:: block_on ( async {
108108 create_base_files ( ) . await . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments