mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: server card loading UI
This commit is contained in:
@@ -170,8 +170,8 @@ extension _Utils on _ServerPageState {
|
||||
_offset = x * r * n;
|
||||
}
|
||||
|
||||
void _updateTextScaler() {
|
||||
_textFactorDouble = Stores.setting.textFactor.fetch();
|
||||
void _updateTextScaler(double val) {
|
||||
_textFactorDouble = val;
|
||||
_textFactor = TextScaler.linear(_textFactorDouble);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user