diff options
Diffstat (limited to 'src/actions.rs')
| -rw-r--r-- | src/actions.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/actions.rs b/src/actions.rs index 33289b1..09b7d4b 100644 --- a/src/actions.rs +++ b/src/actions.rs @@ -65,6 +65,9 @@ pub enum Action { DisableHorizontalLayout, EnableHorizontalLayout, + // Help and About + OpenAboutDialog, + // Preferences ShowPreferences, PreferencesChanged(UserPreferences), |