mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
9db48a986a
- reduce the duplication by moving the controllers (1 per type) to the toplevel stores - make sure the internal properties stay in sync between save/load now that we have just 1 common controller - fix navigating to the Hidden section from the toast - finish impl of hiding the token from FirstTokenReceivedPopup
6 lines
74 B
QML
6 lines
74 B
QML
import QtQuick 2.15
|
|
|
|
QtObject {
|
|
property var collectiblesController
|
|
}
|