Don't display service prompt unless needed (#21654)
This commit is contained in:
parent
1570005683
commit
011a344500
@ -319,6 +319,7 @@ void PrintCounter::reset() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool PrintCounter::needsService(const int index) {
|
bool PrintCounter::needsService(const int index) {
|
||||||
|
if (!loaded) loadStats();
|
||||||
switch (index) {
|
switch (index) {
|
||||||
#if SERVICE_INTERVAL_1 > 0
|
#if SERVICE_INTERVAL_1 > 0
|
||||||
case 1: return data.nextService1 == 0;
|
case 1: return data.nextService1 == 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user