From dceeb88444ce966caa1a133d2926d5f7213c87ff Mon Sep 17 00:00:00 2001 From: Monzero Build System Date: Sat, 15 Aug 2026 21:26:40 +0100 Subject: Establish Monzero GUI Phase 0 baseline --- components/MenuBar.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/MenuBar.qml') diff --git a/components/MenuBar.qml b/components/MenuBar.qml index e605f01e..6a60bb35 100644 --- a/components/MenuBar.qml +++ b/components/MenuBar.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -27,7 +27,7 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import Qt.labs.platform 1.0 as PlatformLabs -import "." as MoneroComponents +import "." as MonzeroComponents PlatformLabs.MenuBar { PlatformLabs.Menu { @@ -41,9 +41,9 @@ PlatformLabs.MenuBar { PlatformLabs.Menu { title: qsTr("View") PlatformLabs.MenuItem { - text: MoneroComponents.Style.blackTheme ? qsTr("Light Theme") : qsTr("Dark Theme") + text: MonzeroComponents.Style.blackTheme ? qsTr("Light Theme") : qsTr("Dark Theme") onTriggered: { - MoneroComponents.Style.blackTheme = !MoneroComponents.Style.blackTheme; + MonzeroComponents.Style.blackTheme = !MonzeroComponents.Style.blackTheme; } } PlatformLabs.MenuItem { -- cgit v1.2.3