Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohabouje authored Apr 1, 2018
1 parent 482e0ac commit f9a86f3
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Toast notifications allows your app to inform the users about relevant informati
3. [Expiration Time](#id4)
4. [Modern Features](#id5)
5. [Error Handling](#id2)
6. [Example of usage](#id6)
6. [Windows 10 Configuration](#id7)
7. [Example of usage](#id6)


<div id='id1' />

Expand Down Expand Up @@ -158,11 +160,6 @@ if (!launched) {
}
```
<div id='id6' />
## Example of Usage
Expand Down Expand Up @@ -214,8 +211,15 @@ if (!WinToast::instance()->showToast(templ, handler)) {
std::wcout << L"Error: Could not launch your toast notification!" << std::endl;
}
```
<div id='id7' />
## Windows 10 - Toast Configuration
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.
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.
![Ease of Access configuration](https://camo.githubusercontent.com/56c8edd1a7a4a43be07ba211d9d828478fdbad39/68747470733a2f2f7777772e686f77746f6765656b2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031362f30332f656173655f6f665f6163636573732e706e67)
Expand Down

0 comments on commit f9a86f3

Please sign in to comment.