Skip to content
Snippets Groups Projects
Commit b260ec38 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Fixed OS requierment for NativeAudioWindows

parent 77516a1c
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ public class NativeAudioWinPluginImpl implements NativeAudioWinPlugin {
@PluginLoaded
public void onLoaded(NativeAudioWinPlugin plugin) {
if (OS.getType() == OS.OSType.Windows) {
module = new Module(NAME, IDENTIFIER);
updatable = new NativeAudioWinUpdater();
......@@ -49,6 +50,7 @@ public class NativeAudioWinPluginImpl implements NativeAudioWinPlugin {
e.printStackTrace();
}
}
}
private void prepareBridging() throws IOException {
App app = ApplicationUtils.getApplication();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment