We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7dd50 commit 563bd6fCopy full SHA for 563bd6f
1 file changed
src/widgets/window.rs
@@ -177,6 +177,11 @@ impl Window {
177
imp.config.replace(config);
178
imp.zoom.borrow_mut().value = 1.0;
179
180
+ imp.url_bar
181
+ .bind_property("text", &*imp.small_url_bar, "text")
182
+ .bidirectional()
183
+ .build();
184
+
185
this.setup_css_providers();
186
this.squeezer_changed();
187
this.setup_history_buttons();
0 commit comments