Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix plugin scan when win32 bridges available
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 3, 2023
1 parent 48024ae commit a1ecd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/frontend/pluginlist/pluginlistdialog.cpp
Expand Up @@ -731,6 +731,7 @@ struct PluginListDialog::PrivateData {
}
#endif

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

0 comments on commit a1ecd84

Please sign in to comment.