Skip to content

Commit

Permalink
revert theme to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Nats-ji committed Feb 1, 2023
1 parent 85ff8be commit 668defd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer/Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void Update::extractModule()
if (saved_loose && saved_lua)
{
spdlog::info("Extracted script files to \"{}\"", scriptDir.string());
setConfig(); // white update
// setConfig(); // white update
}
else
spdlog::error("Failed to extract script files to \"{}\"", scriptDir.string());
Expand Down

0 comments on commit 668defd

Please sign in to comment.