Added Option to mute frame sounds

This commit is contained in:
Jindra Petřík
2022-12-18 23:10:24 +01:00
parent 3ca74738ec
commit 00f9e67499
17 changed files with 183 additions and 108 deletions
@@ -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;
}
}