mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use adw window
This commit is contained in:
parent
a27cfa37bd
commit
e859b97d79
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ impl Browser {
|
|||
let profile = profile.clone();
|
||||
move || {
|
||||
FileLauncher::new(Some(&File::for_path(profile.config_path.as_path()))).launch(
|
||||
gtk::Window::NONE,
|
||||
adw::Window::NONE,
|
||||
Cancellable::NONE,
|
||||
|result| {
|
||||
if let Err(error) = result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue