mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 15:40:31 -04:00
Fixes
This commit is contained in:
@@ -66,6 +66,7 @@ public class OsLogoComp extends SimpleComp {
|
||||
AppResources.with(AppResources.MAIN_MODULE, "os", file -> {
|
||||
try (var list = Files.list(file)) {
|
||||
list.filter(path -> path.toString().endsWith(".png")
|
||||
&& !path.toString().contains("-dark")
|
||||
&& !path.toString().endsWith(LINUX_DEFAULT_24)
|
||||
&& !path.toString().endsWith("-40.png"))
|
||||
.map(path -> path.getFileName().toString())
|
||||
|
||||
Reference in New Issue
Block a user