Skip to content

Commit

Permalink
ThumbnailProvider: disabled custom plugins initialization, since Qt S…
Browse files Browse the repository at this point in the history
…VG too unstable
  • Loading branch information
agruzdev committed Oct 23, 2021
1 parent 5e41654 commit 165bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thumbnails/WindowsThumbnailProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class WindowsThumbnailProvider
WindowsThumbnailProvider()
{
static std::once_flag once;
std::call_once(once, []{ FreeImageExt_Initialise(); });
//std::call_once(once, []{ FreeImageExt_Initialise(); });
#if ENABLE_LOG
std::locale::global(std::locale("Russian_Russia"));
mLog.open("D:/ShibaThumbnailService.log", std::ios::app);
Expand Down

0 comments on commit 165bb51

Please sign in to comment.