From 581b865842d4a04d28658d871126d740f6997acf Mon Sep 17 00:00:00 2001 From: aemony Date: Wed, 17 Apr 2024 19:17:07 +0200 Subject: [PATCH] Moved a few lines --- src/tabs/library.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabs/library.cpp b/src/tabs/library.cpp index c80d0a09..a9528fb3 100644 --- a/src/tabs/library.cpp +++ b/src/tabs/library.cpp @@ -4558,12 +4558,12 @@ SKIF_UI_Tab_DrawLibrary (void) { PLOG_INFO << "Populating library list..."; - library_worker = new lib_worker_thread_s; - library_worker->steam_user = SKIF_Steam_GetCurrentUser ( ); - // Initialize/reset the Steam appinfo.vdf Reader appinfo = std::make_unique (std::wstring(_path_cache.steam_install) + LR"(\appcache\appinfo.vdf)"); + library_worker = new lib_worker_thread_s; + library_worker->steam_user = SKIF_Steam_GetCurrentUser ( ); + HANDLE hWorkerThread = (HANDLE) _beginthreadex (nullptr, 0x0, [](void* var) -> unsigned {