Fixed bug where the current percentage was not displaying
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#include "Brightness.h"
|
||||
|
||||
int Brightness::maxBrightness = 0;
|
||||
int Brightness::currentBrightness = 30;
|
||||
int Brightness::currentBrightness = 0;
|
||||
Brightness::Brightness()
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user