Browse Source

Merge pull request #35 from JetBrains/jimgoog-patch-1

Update main.md
pull/34/head
Nikolay Igotti 4 years ago committed by GitHub
parent
commit
f054e41879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Tray_Notifications_MenuBar/main.md

2
tutorials/Tray_Notifications_MenuBar/main.md

@ -223,7 +223,7 @@ fun main() {
![Application MenuBar](app_menubar.gif)
You can to create a MenuBar for a specific window, and have the other windows use the defined MenuBar.
You can create a MenuBar for a specific window, and have the other windows use the defined MenuBar.
```kotlin
import androidx.compose.desktop.AppManager

Loading…
Cancel
Save