Skip to content

Commit

Permalink
scoop: buckets no longer loads if is scoop disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
panther7 committed Jan 4, 2023
1 parent 2425384 commit 368465e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wingetui/uiSections.py
Original file line number Diff line number Diff line change
Expand Up @@ -2605,6 +2605,8 @@ def __init__(self):


def loadBuckets(self):
if getSettings("DisableScoop"):
return
for i in range(self.bucketList.topLevelItemCount()):
item = self.bucketList.takeTopLevelItem(0)
del item
Expand Down

0 comments on commit 368465e

Please sign in to comment.