mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 17:33:58 +00:00
sql case configuration #389
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
import AppTitleProvider from './utility/AppTitleProvider.svelte';
|
||||
import getElectron from './utility/getElectron';
|
||||
import AppStartInfo from './widgets/AppStartInfo.svelte';
|
||||
import SettingsListener from './utility/SettingsListener.svelte';
|
||||
|
||||
let loadedApi = false;
|
||||
let loadedPlugins = false;
|
||||
@@ -79,6 +80,7 @@
|
||||
<AppTitleProvider />
|
||||
{#if loadedPlugins}
|
||||
<OpenTabsOnStartup />
|
||||
<SettingsListener />
|
||||
<Screen />
|
||||
{:else}
|
||||
<AppStartInfo
|
||||
|
||||
Reference in New Issue
Block a user