Skip to content

Commit

Permalink
Merge pull request #308 from cashubtc/disable-keyboard-default
Browse files Browse the repository at this point in the history
disable on-screen keyboard by default
  • Loading branch information
callebtc authored Dec 28, 2024
2 parents 7e0f93e + e12822c commit cde9117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const useSettingsStore = defineStore("settings", {
),
useNumericKeyboard: useLocalStorage<boolean>(
"cashu.settings.useNumericKeyboard",
true
false
),
enableReceiveSwaps: useLocalStorage<boolean>(
"cashu.settings.enableReceiveSwaps",
Expand Down

0 comments on commit cde9117

Please sign in to comment.