2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 23:25:15 +00:00

Implement LastUserInputTime on Linux

This is a dbus implementation, ideally a X11 implementation should be added as a fallback to get it work on non-mainstream DEs (and WMs)
This commit is contained in:
Ilya Fedin
2020-03-02 11:44:56 +04:00
committed by John Preston
parent 57b76e3f00
commit 5c89dfad85
2 changed files with 29 additions and 4 deletions

View File

@@ -37,10 +37,6 @@ QString GetLauncherFilename();
QString GetIconName();
inline std::optional<crl::time> LastUserInputTime() {
return std::nullopt;
}
inline void IgnoreApplicationActivationRightNow() {
}