mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-20 20:18:18 -04:00
feat(GUI): Add settings for theme, fiat currency and remote nodes (#128)
This commit is contained in:
parent
27d6e23b93
commit
3e79bb3712
37 changed files with 1133 additions and 267 deletions
|
@ -18,7 +18,7 @@ const rootPersistConfig = {
|
|||
};
|
||||
|
||||
// Use Tauri's store plugin for persistent settings
|
||||
const tauriStore = new LazyStore(`${getNetworkName()}_settings.bin`);
|
||||
const tauriStore = new LazyStore("settings.bin");
|
||||
|
||||
// Configure how settings are stored and retrieved using Tauri's storage
|
||||
const settingsPersistConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue