mirror of https://github.com/procxx/kepka.git
Set EOL for OS X 10.6-10.9 version at September 1.
This commit is contained in:
parent
1fb529803e
commit
8e15e71fd5
|
@ -115,6 +115,9 @@ QString SystemLanguage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
QDate WhenSystemBecomesOutdated() {
|
QDate WhenSystemBecomesOutdated() {
|
||||||
|
if (!IsMac10_10OrGreater()) {
|
||||||
|
return QDate(2019, 9, 1);
|
||||||
|
}
|
||||||
return QDate();
|
return QDate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue