Improve dialog handling

This commit is contained in:
Jeremy Soller 2024-02-13 12:29:50 -07:00
parent dea974469a
commit db485798da
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
7 changed files with 273 additions and 93 deletions

View file

@ -14,10 +14,10 @@ use cosmic::{
use std::collections::HashMap;
use crate::{
app::{Action, ContextPage, Message},
app::{Action, Message},
fl,
key_bind::KeyBind,
tab::{self, Location, Tab},
tab::{Location, Tab},
};
macro_rules! menu_button {