Move the MenuBarMessage up from within PortfolioMessage to the root Message (#3459)

Move the MenuBarMessage up from within PortfolioMessage
This commit is contained in:
Keavon Chambers
2025-12-08 20:49:35 -08:00
committed by GitHub
parent 532dc30028
commit d6c06da878
10 changed files with 55 additions and 61 deletions
+2
View File
@@ -28,6 +28,8 @@ pub enum Message {
#[child]
Layout(LayoutMessage),
#[child]
MenuBar(MenuBarMessage),
#[child]
Portfolio(PortfolioMessage),
#[child]
Preferences(PreferencesMessage),