added changing of name through edit modal, removed old roomsettings
This commit is contained in:
parent
f044e2d2a1
commit
35aa0126ac
14 changed files with 214 additions and 1046 deletions
|
|
@ -808,9 +808,9 @@ TimelineModel::openUserProfile(QString userid, bool global)
|
|||
}
|
||||
|
||||
void
|
||||
TimelineModel::openRoomSettings(QString roomid)
|
||||
TimelineModel::openRoomSettings()
|
||||
{
|
||||
RoomSettings *settings = new RoomSettings(roomid, this);
|
||||
RoomSettings *settings = new RoomSettings(roomId(), this);
|
||||
connect(this, &TimelineModel::roomAvatarUrlChanged, settings, &RoomSettings::avatarChanged);
|
||||
openRoomSettingsDialog(settings);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue