mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-14 16:02:05 +00:00
use adw window
This commit is contained in:
parent
a27cfa37bd
commit
e859b97d79
@ -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…
x
Reference in New Issue
Block a user