mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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();
|
let profile = profile.clone();
|
||||||
move || {
|
move || {
|
||||||
FileLauncher::new(Some(&File::for_path(profile.config_path.as_path()))).launch(
|
FileLauncher::new(Some(&File::for_path(profile.config_path.as_path()))).launch(
|
||||||
gtk::Window::NONE,
|
adw::Window::NONE,
|
||||||
Cancellable::NONE,
|
Cancellable::NONE,
|
||||||
|result| {
|
|result| {
|
||||||
if let Err(error) = result {
|
if let Err(error) = result {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue