/**
* settings/tabs/general.js - General Settings Tab
*/
import { setTheme, getSettings } from '../store.js';
import { t } from '../../i18n.js';
export function renderGeneral(container) {
container.innerHTML = `
${t('identity') || 'Identity'}
${t('dark_mode')}${t('dark_mode_desc')}
${t('editor_behavior') || 'Editor Behavior'}
${t('confirm_ungroup') || 'Confirm before Un-grouping'}${t('confirm_ungroup_desc') || 'Show a confirmation dialog when removing an object from a group.'}