File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,18 @@ This program was developed with `Visual Studio 2017`. The following `NuGet packa
17
17
- ` Microsoft.Toolkit.Uwp.Notifications ` v7.0.2.
18
18
19
19
### 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 ` :
22
21
- ` url ` - URL, which returns a JSON message;
23
- - ` interval ` - Request interval in seconds .
22
+ - ` interval ` - Request interval in milliseconds .
24
23
25
24
<p align =" center " >
26
25
<img src =" https://github.com/evgeniy-dammer/Notificator/blob/develop/Screenshots/Notificator2.PNG " >
27
26
</p >
28
27
28
+ <p align =" center " >
29
+ <img src =" https://github.com/evgeniy-dammer/Notificator/blob/develop/Screenshots/Notificator3.PNG " >
30
+ </p >
31
+
29
32
### JSON message structure
30
33
The message structure looks like this:
31
34
You can’t perform that action at this time.
0 commit comments