mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
implement unsupported dialog as trait
This commit is contained in:
parent
6501738737
commit
94ab229c1b
4 changed files with 37 additions and 83 deletions
|
|
@ -8,7 +8,7 @@ mod widget;
|
|||
use super::{Action as TabAction, BrowserAction, Position, WindowAction};
|
||||
use crate::Profile;
|
||||
use action::Action;
|
||||
use adw::TabView;
|
||||
use adw::{prelude::AdwDialogExt, TabView};
|
||||
use client::Client;
|
||||
use gtk::prelude::{ActionMapExt, Cast};
|
||||
use page::Page;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue