File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed 
DigitalWellbeing.Core/Properties Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 66// set of attributes. Change these attribute values to modify the information 
77// associated with an assembly. 
88[ assembly:  AssemblyTitle ( "DigitalWellbeing.Core" ) ] 
9- [ assembly:  AssemblyDescription ( "" ) ] 
9+ [ assembly:  AssemblyDescription ( "Needed libraries for Digital Wellbeing for Windows " ) ] 
1010[ assembly:  AssemblyConfiguration ( "" ) ] 
1111[ assembly:  AssemblyCompany ( "" ) ] 
1212[ assembly:  AssemblyProduct ( "DigitalWellbeing.Core" ) ] 
13- [ assembly:  AssemblyCopyright ( "Copyright ©  2022 " ) ] 
13+ [ assembly:  AssemblyCopyright ( "© 2021 Christian Kyle Ching " ) ] 
1414[ assembly:  AssemblyTrademark ( "" ) ] 
1515[ assembly:  AssemblyCulture ( "" ) ] 
1616
Original file line number Diff line number Diff line change @@ -20,9 +20,15 @@ public static class Notifier
2020        public  static System . Windows . Forms . NotifyIcon  trayIcon ; 
2121        private  static System . Windows . Forms . ContextMenuStrip  ctx ; 
2222        private  static int  NOTIFICATION_TIMOUT_SECONDS  =  10 ; 
23-          private   static   int   CHECK_INTERVAL   =   10 ; 
23+ 
2424        private  static TimeSpan  warningLimit  =  TimeSpan . FromMinutes ( 15 ) ; 
2525
26+ #if DEBUG 
27+         private  static int  CHECK_INTERVAL  =  10 ; 
28+ #else
29+         private  static int  CHECK_INTERVAL  =  60 ; 
30+ #endif
31+ 
2632        private  static EventHandler  defaultNotificationHandler ; 
2733
2834        static Notifier ( ) 
Original file line number Diff line number Diff line change 77// General Information about an assembly is controlled through the following 
88// set of attributes. Change these attribute values to modify the information 
99// associated with an assembly. 
10- [ assembly:  AssemblyTitle ( "DigitalWellbeing.UI " ) ] 
10+ [ assembly:  AssemblyTitle ( "Digital Wellbeing For Windows " ) ] 
1111[ assembly:  AssemblyDescription ( "An app for monitoring your daily app usage." ) ] 
1212[ assembly:  AssemblyConfiguration ( "" ) ] 
1313[ assembly:  AssemblyCompany ( "" ) ] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments