diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 74a2fe13..2a5c7498 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -833,7 +833,8 @@ int main(int argc, char *argv[]) // Load updates after exiting the update state if (oldstate == STATE_UPDATE) { - loadUpdates(); + // TODO: Revive later + //loadUpdates(); // Reload the wallpaper in case that it was updated login_wallpaper->decRef(); login_wallpaper = ResourceManager::getInstance()-> |