Skip to content

Commit

Permalink
Fixed Selects and added .storage to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Apr 5, 2024
1 parent 0147282 commit 277d434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.tmp
.tmpbuild
window_state_config.json
.storage/

# Created by https://www.toptal.com/developers/gitignore/api/svelte,node,macos,windows,linux,git
# Edit at https://www.toptal.com/developers/gitignore?templates=svelte,node,macos,windows,linux,git
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/windows/main/pages/Settings/Panel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $: {
{:else if inter.options.type === 'dropdown'}
<Select.Root
items={inter.options.list}
selected={sections[section.id][inter.id]}>
bind:selected={sections[section.id][inter.id]}>
<Select.Trigger class="w-[180px] bg-gray-900 grayscale ml-auto mr-4 border-none">
<Select.Value placeholder={inter.options.default.label}/>
</Select.Trigger>
Expand Down

0 comments on commit 277d434

Please sign in to comment.