mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
fixup! Use more sources for DE detection
This commit is contained in:
parent
b3bb1a537c
commit
a3d84f69ea
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ QString GetEnv(const char *name) {
|
|||
}
|
||||
|
||||
QString GetWM() {
|
||||
const auto value = base::Platform::GetWindowManager();
|
||||
LOG(("Getting WM: '%1'").arg(value));
|
||||
return value;
|
||||
const auto result = Platform::GetWindowManager();
|
||||
LOG(("Getting DE via WM: '%1'").arg(result));
|
||||
return result;
|
||||
}
|
||||
|
||||
std::vector<Type> Compute() {
|
||||
|
|
Loading…
Add table
Reference in a new issue