ubuntu-flutter-community / settings

:penguin: :orange_heart: :blue_heart: An Ubuntu Desktop system settings app made with Flutter.
GNU General Public License v3.0
272 stars 47 forks source link

Fix for settings using unsigned integer values #316

Closed mivoligo closed 2 years ago

mivoligo commented 2 years ago

Fix for #310 I've added a new setter for DBusUint32. Haven't touched the current code.

Feichtmeier commented 2 years ago

Thanks! Nice solution