fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fix desktop implementation of UserSettings Module #1462

Closed ichan-mb closed 1 year ago

ichan-mb commented 1 year ago

Currently broken on desktop (NET) because:

This will fix those problems.

This PR contains:

mortend commented 1 year ago

The build is failing on AppVeyor, but it looks like a glitch/false negative.

Can you try force-pushing the branch to trigger a new build?

git commit --amend
git push --force
ichan-mb commented 1 year ago

seems OK now..