fix loading message

This commit is contained in:
Jan Prochazka
2021-05-19 20:18:19 +02:00
parent 52ed8874e3
commit bcf0bfd5ef

View File

@@ -51,7 +51,12 @@
<OpenTabsOnStartup />
<Screen />
{:else}
<LoadingInfo message={`Loading plugin ${$loadingPluginStore.loadingPackageName}`} wrapper />
<LoadingInfo
message={$loadingPluginStore.loadingPackageName
? `Loading plugin ${$loadingPluginStore.loadingPackageName} ...`
: 'Preparing plugins ...'}
wrapper
/>
{/if}
{:else}
<LoadingInfo message="Starting DbGate ..." wrapper />