mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
feat(apple): cover the window while the core boots
The core initializes asynchronously at launch, so for a moment the transfer lists look empty and the app feels stalled. Show a full-window overlay (centered spinner + "Starting…") as the top layer of the root stack while coreState.isInitialized is false; it fades out once the core is ready.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<string name="about_privacy_title">Confidentialité et sécurité</string>
|
||||
<string name="about_tagline">Envoyez des fichiers directement. Gardez le contrôle de qui les reçoit.</string>
|
||||
<string name="about_title">À propos</string>
|
||||
<string name="app_starting">Démarrage…</string>
|
||||
<string name="appearance_auto_description">Suivre l’apparence claire ou sombre de cet appareil.</string>
|
||||
<string name="appearance_dark_mode">Mode sombre</string>
|
||||
<string name="appearance_light_mode">Mode clair</string>
|
||||
|
||||
Reference in New Issue
Block a user