Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/StatusQ/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ include(FetchContent)
FetchContent_Declare(
QtModelsToolkit
GIT_REPOSITORY https://github.com/status-im/QtModelsToolkit.git
GIT_TAG 8a6632b94eedb6e69826c57b3dfa5b0f77708098
GIT_TAG af59b81bc10bc37359c2839ae202c160c8321f1a
)

FetchContent_MakeAvailable(QtModelsToolkit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ StatusListItem {
WalletLayout.RightPanelSelection.Activity,
{savedAddress: menu.address})
}
// TODO: https://github.com/status-im/status-app/issues/19410
// ENabled after crash is solved
enabled: false
}

StatusMenuSeparator {}
Expand Down