File tree 3 files changed +10
-4
lines changed
DigitalWellbeing.Core/Properties 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "DigitalWellbeing.Core" ) ]
9
- [ assembly: AssemblyDescription ( "" ) ]
9
+ [ assembly: AssemblyDescription ( "Needed libraries for Digital Wellbeing for Windows " ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "" ) ]
12
12
[ assembly: AssemblyProduct ( "DigitalWellbeing.Core" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2022 " ) ]
13
+ [ assembly: AssemblyCopyright ( "© 2021 Christian Kyle Ching " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
Original file line number Diff line number Diff line change @@ -20,9 +20,15 @@ public static class Notifier
20
20
public static System . Windows . Forms . NotifyIcon trayIcon ;
21
21
private static System . Windows . Forms . ContextMenuStrip ctx ;
22
22
private static int NOTIFICATION_TIMOUT_SECONDS = 10 ;
23
- private static int CHECK_INTERVAL = 10 ;
23
+
24
24
private static TimeSpan warningLimit = TimeSpan . FromMinutes ( 15 ) ;
25
25
26
+ #if DEBUG
27
+ private static int CHECK_INTERVAL = 10 ;
28
+ #else
29
+ private static int CHECK_INTERVAL = 60 ;
30
+ #endif
31
+
26
32
private static EventHandler defaultNotificationHandler ;
27
33
28
34
static Notifier ( )
Original file line number Diff line number Diff line change 7
7
// General Information about an assembly is controlled through the following
8
8
// set of attributes. Change these attribute values to modify the information
9
9
// associated with an assembly.
10
- [ assembly: AssemblyTitle ( "DigitalWellbeing.UI " ) ]
10
+ [ assembly: AssemblyTitle ( "Digital Wellbeing For Windows " ) ]
11
11
[ assembly: AssemblyDescription ( "An app for monitoring your daily app usage." ) ]
12
12
[ assembly: AssemblyConfiguration ( "" ) ]
13
13
[ assembly: AssemblyCompany ( "" ) ]
You can’t perform that action at this time.
0 commit comments