Skip to content

Commit

Permalink
Fix minimized version of application - problem with notifications in …
Browse files Browse the repository at this point in the history
…menu

(reference #10)
  • Loading branch information
piotrzarzycki21 committed Apr 19, 2023
1 parent bf28ddd commit 1c76c97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@
<!--START_GENERATED_MENU_Super.Human.Portal_Royale_DocumentationForm: **DO NOT MODIFY ANYTHING BELOW THIS LINE MANUALLY**-->
<fx:Object name="Getting Started" content="DocumentationForm" xmlns:fx="http://ns.adobe.com/mxml/2009" visible="true" enabled="true"
notificationName="{ApplicationConstants.NOTE_OPEN_VIEW_HELLO}"/>
notificationName="Native/NoteOpenViewHello"/>
<!--END_GENERATED_MENU_Super.Human.Portal_Royale_DocumentationForm: **DO NOT MODIFY ANYTHING ABOVE THIS LINE MANUALLY**-->
<!--GENERATED_MENU_CURSOR: New snippets will be inserted here-->
<fx:Object name="Genesis App" content="MediatorGenesisApps" xmlns:fx="http://ns.adobe.com/mxml/2009" visible="true" enabled="true"
notificationName="{ApplicationConstants.NOTE_OPEN_GENESIS_APPLICATIONS}"/>
notificationName="Native/NoteOpenGenesisApplications"/>
</js:ArrayList>
</j:dataProvider>
</j:Navigation>
Expand Down

0 comments on commit 1c76c97

Please sign in to comment.