diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 11:17:28 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-27 12:22:36 +0100 |
| commit | 2bebe9de998ba8475c89c608254c76d63206a214 (patch) | |
| tree | 53e91f5d8c02650d48f26215d020e534137966f0 /src/actions.rs | |
| parent | 1921e8c99d327518a4fd6fdb54928732bf21cd18 (diff) | |
Add about dialog
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), |