mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
change theme calls tehem settings
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
const electron = getElectron();
|
||||
let restartWarning = false;
|
||||
|
||||
export let selectedTab = 0;
|
||||
</script>
|
||||
|
||||
<SettingsFormProvider>
|
||||
@@ -25,6 +27,7 @@
|
||||
|
||||
<FormValues let:values>
|
||||
<TabControl
|
||||
bind:value={selectedTab}
|
||||
isInline
|
||||
tabs={[
|
||||
{ label: 'General', slot: 1 },
|
||||
|
||||
Reference in New Issue
Block a user