refactor: Remove bubble size slider
This commit is contained in:
parent
d6b48091c4
commit
6bd518fa36
7 changed files with 18 additions and 46 deletions
|
|
@ -444,10 +444,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
(value) => AppConfig.fontSizeFactor =
|
||||
double.tryParse(value ?? '') ?? AppConfig.fontSizeFactor,
|
||||
);
|
||||
store.getItem(SettingKeys.bubbleSizeFactor).then(
|
||||
(value) => AppConfig.bubbleSizeFactor =
|
||||
double.tryParse(value ?? '') ?? AppConfig.bubbleSizeFactor,
|
||||
);
|
||||
store
|
||||
.getItemBool(SettingKeys.renderHtml, AppConfig.renderHtml)
|
||||
.then((value) => AppConfig.renderHtml = value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue