diff options
author | Shav Kinderlehrer <[email protected]> | 2024-03-24 14:18:53 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-03-24 14:18:53 -0400 |
commit | f638f4bd1e3a03bc2bdd5f9dcd57d4830fd3c553 (patch) | |
tree | fa42f60268450070fd8c25596c6bdc046369996b /src/app_action.rs | |
parent | 9d23304feba7b1ed50e582ea5a26deafedba505a (diff) | |
download | molehole-f638f4bd1e3a03bc2bdd5f9dcd57d4830fd3c553.tar.gz molehole-f638f4bd1e3a03bc2bdd5f9dcd57d4830fd3c553.zip |
Diffstat (limited to 'src/app_action.rs')
-rw-r--r-- | src/app_action.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app_action.rs b/src/app_action.rs index 333e284..7825724 100644 --- a/src/app_action.rs +++ b/src/app_action.rs @@ -2,7 +2,6 @@ use std::fmt; #[derive(Default, Clone, Debug)] pub enum AppAction { - StatusBarGetInput(String), StatusBarSetMessage(String), StatusBarSetError(String), OpenUrl, |