use adw window

This commit is contained in:
yggverse 2025-03-07 11:44:35 +02:00
parent a27cfa37bd
commit e859b97d79

View File

@ -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 {