removed test message
This commit is contained in:
parent
54e9be6459
commit
fabe288500
1 changed files with 0 additions and 4 deletions
|
|
@ -256,7 +256,6 @@ impl MenuAction for NavMenuAction {
|
|||
pub enum Message {
|
||||
AddToSidebar(Option<Entity>),
|
||||
AppTheme(AppTheme),
|
||||
AddExecutablePermission(PathBuf),
|
||||
CloseToast(widget::ToastId),
|
||||
Compress(Option<Entity>),
|
||||
Config(Config),
|
||||
|
|
@ -1573,9 +1572,6 @@ impl Application for App {
|
|||
}
|
||||
}
|
||||
}
|
||||
Message::AddExecutablePermission(file_path) => {
|
||||
return Command::batch([self.update(Message::AddExecutablePermission(file_path))]);
|
||||
}
|
||||
Message::DialogPush(dialog_page) => {
|
||||
self.dialog_pages.push_back(dialog_page);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue