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:
@@ -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,
|
||||
}),
|
||||
],
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user