trunk #2

Merged
Guido merged 229 commits from cwtch.im/cwtch-ui:trunk into trunk 2023-04-16 14:29:14 +00:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 975983be3c - Show all commits

View File

@ -1 +1 @@
2022-08-16-10-59-v1.8.0-12-gf1de9b1
2022-09-09-14-10-v1.8.0-25-ge0d2c22

View File

@ -1 +1 @@
2022-08-16-14-59-v1.8.0-12-gf1de9b1
2022-09-09-18-09-v1.8.0-25-ge0d2c22

View File

@ -42,6 +42,7 @@ class AppState extends ChangeNotifier {
String? get selectedProfile => _selectedProfile;
set selectedProfile(String? newVal) {
this._selectedConversation = null;
this._selectedProfile = newVal;
notifyListeners();
}