mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
03db6a4985
My profile link was not shown when starting 1x1 chat having someone in contacts as it is currently the case in mobile app Closes #2707
9 lines
88 B
QML
9 lines
88 B
QML
pragma Singleton
|
|
|
|
import QtQuick 2.13
|
|
|
|
QtObject {
|
|
|
|
property int currentMenuTab: 0
|
|
}
|