mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:31:47 +00:00
Added Option to mute frame sounds
This commit is contained in:
@@ -465,4 +465,14 @@ public final class FlashPlayerPanel extends Panel implements Closeable, MediaDis
|
||||
public boolean alwaysDisplay() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setMuted(boolean value) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isMutable() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user