Skip to content

Commit

Permalink
fix chocolatey not caching packages on certain circumstances
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jan 19, 2023
1 parent 977bf59 commit d73360a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wingetui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init__(self):
def loadStuffThread(self):
try:
self.loadStatus = 0 # There are 9 items (preparation threads)
setSettings("CachingChocolatey", False)

# Preparation threads
Thread(target=self.checkForRunningInstances, daemon=True).start()
Expand Down

0 comments on commit d73360a

Please sign in to comment.