Added the ability to scale tooltips in Configuration > Scaling. (#411)

* Updated readme for a Kofi donation link to Aylur.

* Added tooltip scaling option.
This commit is contained in:
Jas Singh
2024-10-31 01:45:52 -07:00
committed by GitHub
parent 7ceb6a9b99
commit 14d5e4c270
3 changed files with 58 additions and 48 deletions

View File

@@ -174,6 +174,14 @@ export const BarGeneral = (): Scrollable<Child, Attribute> => {
max: 100,
increment: 5,
}),
Option({
opt: options.theme.tooltip.scaling,
title: 'Tooltips',
type: 'number',
min: 1,
max: 100,
increment: 5,
}),
],
}),
});