Moved sidebar state setting under "Window"
This commit is contained in:
@@ -4898,11 +4898,6 @@ class SettingsView {
|
|||||||
'vae_approx',
|
'vae_approx',
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
$select({
|
|
||||||
$: (el) => (settings['sidebar-default-state'] = el),
|
|
||||||
textContent: 'Default model manager position (on start up)',
|
|
||||||
options: ['Left', 'Right', 'Top', 'Bottom', 'None'],
|
|
||||||
}),
|
|
||||||
$checkbox({
|
$checkbox({
|
||||||
$: (el) => (settings['model-real-time-search'] = el),
|
$: (el) => (settings['model-real-time-search'] = el),
|
||||||
textContent: 'Real-time search',
|
textContent: 'Real-time search',
|
||||||
@@ -4975,6 +4970,11 @@ class SettingsView {
|
|||||||
textContent: 'Save notes by default.',
|
textContent: 'Save notes by default.',
|
||||||
}),
|
}),
|
||||||
$el('h2', ['Window']),
|
$el('h2', ['Window']),
|
||||||
|
$select({
|
||||||
|
$: (el) => (settings['sidebar-default-state'] = el),
|
||||||
|
textContent: 'Default model manager position (on start up)',
|
||||||
|
options: ['None', 'Left', 'Bottom', 'Top', 'Right'],
|
||||||
|
}),
|
||||||
sidebarControl,
|
sidebarControl,
|
||||||
$el('label', [
|
$el('label', [
|
||||||
'Sidebar width (on start up)',
|
'Sidebar width (on start up)',
|
||||||
|
|||||||
Reference in New Issue
Block a user