Skip to content

Commit

Permalink
Moved a few lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Apr 17, 2024
1 parent c70eb4f commit 581b865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tabs/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <skValveDataFile>(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
{
Expand Down

0 comments on commit 581b865

Please sign in to comment.