Change the context menu entry to display "Exit espanso". Fix #209
This commit is contained in:
parent
dd8e5c8f9c
commit
324c521d6c
|
@ -92,7 +92,7 @@ impl <'a, S: KeyboardManager, C: ClipboardManager, M: ConfigManager<'a>, U: UIMa
|
|||
|
||||
menu.push(MenuItem{
|
||||
item_type: MenuItemType::Button,
|
||||
item_name: "Exit".to_owned(),
|
||||
item_name: "Exit espanso".to_owned(),
|
||||
item_id: ActionType::Exit as i32,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user