add label to scaling slider #705

Merged
dan merged 1 commits from scalingLabel into trunk 2023-08-04 00:56:34 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ class _GlobalSettingsViewState extends State<GlobalSettingsView> {
min: 0.5,
divisions: 12,
max: 2.0,
label: '${settings.fontScaling * 100}%',
activeColor: settings.current().defaultButtonColor,
thumbColor: settings.current().mainTextColor,
overlayColor: MaterialStateProperty.all(settings.current().mainTextColor),