mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 07:07:08 +02:00
Fix desktop environment list deduplication
This commit is contained in:
parent
5f6d8f74dd
commit
7f0bdc5d36
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ std::vector<Type> Compute() {
|
|||
}
|
||||
}
|
||||
|
||||
ranges::unique(result);
|
||||
result = result | ranges::views::unique | ranges::to_vector;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue