mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use canonical module subfolder tree
This commit is contained in:
parent
80783d2ae4
commit
8969899a2f
24 changed files with 0 additions and 23 deletions
9
src/browser/main/tab/page/navigation/reload/mod.rs
Normal file
9
src/browser/main/tab/page/navigation/reload/mod.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use gtk::Button;
|
||||
|
||||
pub fn new() -> Button {
|
||||
return Button::builder()
|
||||
.icon_name("view-refresh-symbolic")
|
||||
.tooltip_text("Reload")
|
||||
.sensitive(false)
|
||||
.build();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue