Skip to content

Commit 8ea0928

Browse files
committed
reprint app id, move search
1 parent d0b4db0 commit 8ea0928

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

data/resources/ui/window.blp

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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
}

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)