mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 01:55:59 +00:00
Merge branch 'master' into develop
This commit is contained in:
8
packages/web/src/utility/SettingsListener.svelte
Normal file
8
packages/web/src/utility/SettingsListener.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { SqlDumper } from 'dbgate-tools';
|
||||
import { useSettings } from './metadataLoaders';
|
||||
|
||||
const settings = useSettings();
|
||||
|
||||
$: SqlDumper.keywordsCase = $settings?.['sqlEditor.sqlCommandsCase'] || 'upperCase';
|
||||
</script>
|
||||
Reference in New Issue
Block a user