From 2bebe9de998ba8475c89c608254c76d63206a214 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Fri, 27 Mar 2026 11:17:28 +0100 Subject: Add about dialog --- src/actions.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/actions.rs') 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), -- cgit