feat: add context menu integration (#1470)

This commit is contained in:
Tien Do Nam
2024-07-10 04:20:32 +02:00
committed by GitHub
parent f39ee29b97
commit bec8ef8cc6
19 changed files with 346 additions and 28 deletions
+1
View File
@@ -575,6 +575,7 @@ class _StringsSettingsTabGeneralEn {
String get minimizeToTray => 'Quit: Minimize to Tray/Menu Bar';
String get launchAtStartup => 'Autostart after login';
String get launchMinimized => 'Autostart: Start hidden';
String get showInContextMenu => 'Show LocalSend in context menu';
String get animations => 'Animations';
}