feat: Get jitsi instance from wellknown
This commit is contained in:
parent
3423286a91
commit
1e326aa604
5 changed files with 69 additions and 8 deletions
|
|
@ -380,8 +380,9 @@ class MatrixState extends State<Matrix> {
|
|||
wallpaper = file;
|
||||
}
|
||||
});
|
||||
store.getItem(SettingKeys.fontSizeFactor).then((value) => AppConfig
|
||||
.fontSizeFactor = double.tryParse(value) ?? AppConfig.fontSizeFactor);
|
||||
store.getItem(SettingKeys.fontSizeFactor).then((value) =>
|
||||
AppConfig.fontSizeFactor =
|
||||
double.tryParse(value ?? '') ?? AppConfig.fontSizeFactor);
|
||||
store
|
||||
.getItemBool(SettingKeys.renderHtml, AppConfig.renderHtml)
|
||||
.then((value) => AppConfig.renderHtml = value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue