Browse Source

Update main.md

Remove unnecessary "to"
pull/35/head
jimgoog 4 years ago committed by GitHub
parent
commit
9594e0b82a
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