From cbfc9c4d6b53223b6de3f92c977629049e5b3452 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Tue, 1 Jun 2021 19:33:39 +0300 Subject: [PATCH] Update tutorials --- tutorials/Tray_Notifications_MenuBar_new/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/Tray_Notifications_MenuBar_new/README.md b/tutorials/Tray_Notifications_MenuBar_new/README.md index 9ad31207c7..6f3a15e7f2 100644 --- a/tutorials/Tray_Notifications_MenuBar_new/README.md +++ b/tutorials/Tray_Notifications_MenuBar_new/README.md @@ -2,11 +2,11 @@ ## What is covered -In this tutorial we'll show you how to work with the system tray, send system notifications, and create a menu bar using Compose for Desktop. +In this tutorial, we'll show you how to work with the system tray, send system notifications, and create a menu bar using Compose for Desktop. ## Tray -You can add an application icon to the system tray. You can also send notifications to the user using the system tray. There are 3 types of notification: +You can add an application icon to the system tray. You can also send notifications to the user using the system tray. There are 3 types of notifications: 1. notify - simple notification 2. warn - warning notification @@ -126,7 +126,7 @@ import androidx.compose.ui.window.application @OptIn(ExperimentalComposeUiApi::class) fun main() { - // Currently we use Swing's menu under the hood, so we need to set this property to change look and feel of the menu on Windows/Linux + // Currently we use Swing's menu under the hood, so we need to set this property to change the look and feel of the menu on Windows/Linux System.setProperty("skiko.rendering.laf.global", "true") application {