Add desktop HTTPS Git synchronization

This commit is contained in:
2026-08-10 19:53:00 +02:00
parent 8879df142d
commit 95bb10b4a1
6 changed files with 897 additions and 3 deletions

View File

@@ -145,6 +145,10 @@ fn accelerator(action: UiAction) -> Option<Accelerator> {
| UiAction::CopyEntry
| UiAction::DeleteEntry
| UiAction::ToggleReveal
| UiAction::GitStatus
| UiAction::GitPull
| UiAction::GitPush
| UiAction::GitSync
| UiAction::Minimize => return None,
};
Some(Accelerator::new(Some(modifiers), code))