Skip to content

Commit 5ad07c1

Browse files
Merge branch 'develop'
2 parents f9a781c + e9f5654 commit 5ad07c1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@ This program was developed with `Visual Studio 2017`. The following `NuGet packa
1717
- `Microsoft.Toolkit.Uwp.Notifications` v7.0.2.
1818

1919
### Configuration
20-
The program has three configurable parameters, which are located in the `bin/Release/App.config` file:
21-
- `username` - User who owns the notifications;
20+
The program has two configurable parameters, which you can set in context menu `Settings`:
2221
- `url` - URL, which returns a JSON message;
23-
- `interval` - Request interval in seconds.
22+
- `interval` - Request interval in milliseconds.
2423

2524
<p align="center">
2625
<img src="https://github.com/evgeniy-dammer/Notificator/blob/develop/Screenshots/Notificator2.PNG">
2726
</p>
2827

28+
<p align="center">
29+
<img src="https://github.com/evgeniy-dammer/Notificator/blob/develop/Screenshots/Notificator3.PNG">
30+
</p>
31+
2932
### JSON message structure
3033
The message structure looks like this:
3134

Screenshots/Notificator2.PNG

12.4 KB
Loading

Screenshots/Notificator3.PNG

171 KB
Loading

0 commit comments

Comments
 (0)