Skip to content

Commit

Permalink
Action Center toggle button object: address review comment - assign c…
Browse files Browse the repository at this point in the history
…ache no matter what the new value is. Re nvaccess#8845.
  • Loading branch information
josephsl committed Jan 9, 2019
1 parent 9c01be0 commit 46e0333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/appModules/shellexperiencehost.py
Expand Up @@ -29,7 +29,7 @@ def event_valueChange(self):
currentItemStatus = self.value
if currentItemStatus and currentItemStatus != self._itemStatusMessageCache:
ui.message(currentItemStatus)
self._itemStatusMessageCache = currentItemStatus
self._itemStatusMessageCache = currentItemStatus


class AppModule(appModuleHandler.AppModule):
Expand Down

0 comments on commit 46e0333

Please sign in to comment.