Skip to content

Commit

Permalink
disable automatic desktop upgrades until it is improved
Browse files Browse the repository at this point in the history
  • Loading branch information
lurume84 committed Jul 21, 2020
1 parent ef6be1a commit d6d01f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DesktopCore/Upgrade/Agents/UpgradeDesktopAgent.cpp
Expand Up @@ -28,7 +28,7 @@ namespace desktop { namespace core { namespace agent {
{
auto documents = m_applicationService->getMyDocuments();

if (m_iniFileService->get<bool>(documents + "Bling.ini", "UpgradeDesktop", "Enabled", true))
if (m_iniFileService->get<bool>(documents + "Bling.ini", "UpgradeDesktop", "Enabled", false))
{
m_enabled = true;

Expand Down

0 comments on commit d6d01f8

Please sign in to comment.