make keybinds configurable
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
import Setting from './Setting.svelte';
|
||||
|
||||
export let title;
|
||||
export let divider = true;
|
||||
export let value;
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
</script>
|
||||
|
||||
|
||||
<Setting {title} {divider}>
|
||||
<Setting {title}>
|
||||
<div slot="input">
|
||||
<input
|
||||
type="text"
|
||||
|
Reference in New Issue
Block a user