Browse Source

Fix plugin scan when win32 bridges available

Signed-off-by: falkTX <falktx@falktx.com>
pull/1807/head
falkTX 1 year ago
parent
commit
a1ecd841fd
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/frontend/pluginlist/pluginlistdialog.cpp

+ 1
- 0
source/frontend/pluginlist/pluginlistdialog.cpp View File

@@ -731,6 +731,7 @@ struct PluginListDialog::PrivateData {
} }
#endif #endif


if (btype != BINARY_WIN32)
{ {
btype = BINARY_WIN32; btype = BINARY_WIN32;
ptype = PLUGIN_INTERNAL; ptype = PLUGIN_INTERNAL;


Loading…
Cancel
Save