Skip to content

Commit

Permalink
Remove Messages - Remove Me option from developer menu (#8270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gela authored Oct 12, 2023
1 parent 6632f4d commit bf50c45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
4 changes: 0 additions & 4 deletions src/ui/screens/getHelp/developerMenu/ViewDeveloperMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ MZViewBase {
title: "Theme list"
viewQrc: "qrc:/ui/screens/getHelp/developerMenu/ViewThemeList.qml"
}
ListElement {
title: "Messages - REMOVE ME"
viewQrc: "qrc:/ui/screens/getHelp/developerMenu/ViewMessages.qml"
}
ListElement {
title: "Animations playground"
viewQrc: "qrc:/ui/screens/getHelp/developerMenu/ViewAnimationsPlayground.qml"
Expand Down
80 changes: 0 additions & 80 deletions src/ui/screens/getHelp/developerMenu/ViewMessages.qml

This file was deleted.

1 change: 0 additions & 1 deletion src/ui/ui.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<file>screens/getHelp/developerMenu/ViewAnimationsPlayground.qml</file>
<file>screens/getHelp/developerMenu/ViewDeveloperMenu.qml</file>
<file>screens/getHelp/developerMenu/ViewFeatureList.qml</file>
<file>screens/getHelp/developerMenu/ViewMessages.qml</file>
<file>screens/getHelp/developerMenu/ViewTelemetryDebugging.qml</file>
<file>screens/getHelp/developerMenu/ViewThemeList.qml</file>
<file>screens/getHelp/developerMenu/ViewUiTesting.qml</file>
Expand Down

0 comments on commit bf50c45

Please sign in to comment.