You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ Toast notifications allows your app to inform the users about relevant informati
21
21
3.[Expiration Time](#id4)
22
22
4.[Modern Features](#id5)
23
23
5.[Error Handling](#id2)
24
-
6.[Example of usage](#id6)
24
+
6.[Windows 10 Configuration](#id7)
25
+
7.[Example of usage](#id6)
26
+
25
27
26
28
<divid='id1' />
27
29
@@ -158,11 +160,6 @@ if (!launched) {
158
160
}
159
161
```
160
162
161
-
162
-
163
-
164
-
165
-
166
163
<div id='id6' />
167
164
168
165
## Example of Usage
@@ -214,8 +211,15 @@ if (!WinToast::instance()->showToast(templ, handler)) {
214
211
std::wcout << L"Error: Could not launch your toast notification!" << std::endl;
215
212
}
216
213
```
214
+
<div id='id7' />
215
+
216
+
## Windows 10 - Toast Configuration
217
+
218
+
Windows allows the configuration of the default behavior of a toast notification. This can be done in the *Ease of Access* configuration by modifying the *Other options* tab.
217
219
220
+
The system configuration help you to define how long you want notifications to appear for (5 seconds to 5 minutes) as turning on visual notifications for sound.
218
221
222
+

0 commit comments