mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 00:56:52 +00:00
Show warning when opened SWF file has video tags and VLC is not available.
This commit is contained in:
@@ -816,7 +816,12 @@ public final class Configuration {
|
||||
@ConfigurationDefaultDouble(1.0)
|
||||
@ConfigurationCategory("display")
|
||||
@ConfigurationName("gui.scale")
|
||||
public static ConfigurationItem<Double> uiScale = null;
|
||||
public static ConfigurationItem<Double> uiScale = null;
|
||||
|
||||
@ConfigurationDefaultBoolean(true)
|
||||
@ConfigurationName("warning.video.vlc")
|
||||
@ConfigurationCategory("display")
|
||||
public static ConfigurationItem<Boolean> warningVideoVlc = null;
|
||||
|
||||
private enum OSId {
|
||||
WINDOWS, OSX, UNIX
|
||||
|
||||
Reference in New Issue
Block a user