tauri-settings icon indicating copy to clipboard operation
tauri-settings copied to clipboard

A user settings manager library for Tauri inspired by electron-settings.

Results 2 tauri-settings issues
Sort by recently updated
recently updated
newest added

There's 0 examples of using this in a JavaScript setting or even in a ReactJS app.

I have a pretty straightforward store using SettingsManager but I am getting an unhandled promise rejection saying the key does not exist ``` import { SettingsManager } from 'tauri-settings'; import...