Prevent new packs from overwriting the default pack by accident

This commit is contained in:
Nicolas Werner 2023-05-19 23:06:14 +02:00
parent 4bf725379a
commit 7fab9a1d73
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 47 additions and 1 deletions

View file

@ -71,6 +71,8 @@ public:
Q_INVOKABLE void remove(int index);
Q_INVOKABLE void setAvatar(QUrl file);
static std::string unconflictingStatekey(const std::string &roomid, const std::string &key);
signals:
void globallyEnabledChanged();
void statekeyChanged();