mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-22 23:49:09 -04:00
[stage]
This commit is contained in:
@@ -30,6 +30,10 @@ public class SystemIconCache {
|
||||
}
|
||||
|
||||
public static void refreshBuilt() throws IOException {
|
||||
if (!Files.exists(DIRECTORY)) {
|
||||
return;
|
||||
}
|
||||
|
||||
try (var stream = Files.walk(DIRECTORY)) {
|
||||
built = stream.findAny().isPresent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user