Skip to content

Commit f9a86f3

Browse files
authored
Update README.md
1 parent 482e0ac commit f9a86f3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Toast notifications allows your app to inform the users about relevant informati
2121
3. [Expiration Time](#id4)
2222
4. [Modern Features](#id5)
2323
5. [Error Handling](#id2)
24-
6. [Example of usage](#id6)
24+
6. [Windows 10 Configuration](#id7)
25+
7. [Example of usage](#id6)
26+
2527

2628
<div id='id1' />
2729

@@ -158,11 +160,6 @@ if (!launched) {
158160
}
159161
```
160162
161-
162-
163-
164-
165-
166163
<div id='id6' />
167164
168165
## Example of Usage
@@ -214,8 +211,15 @@ if (!WinToast::instance()->showToast(templ, handler)) {
214211
std::wcout << L"Error: Could not launch your toast notification!" << std::endl;
215212
}
216213
```
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.
217219
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.
218221
222+
![Ease of Access configuration](https://camo.githubusercontent.com/56c8edd1a7a4a43be07ba211d9d828478fdbad39/68747470733a2f2f7777772e686f77746f6765656b2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031362f30332f656173655f6f665f6163636573732e706e67)
219223
220224
221225

0 commit comments

Comments
 (0)