Skip to content
Snippets Groups Projects
Commit cab23ed9 authored by Federico Lolli's avatar Federico Lolli
Browse files

Updated default shortcut mode

parent 0a66c77a
No related branches found
No related tags found
No related merge requests found
...@@ -160,8 +160,8 @@ impl ShortcutMode { ...@@ -160,8 +160,8 @@ impl ShortcutMode {
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)] #[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
pub enum FirstLayerModes { pub enum FirstLayerModes {
/// Shortcuts that are active when the user is in the main menu. /// Shortcuts that are active when the user is in the main menu.
#[default]
Composition, Composition,
#[default]
Operation, Operation,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment