feat: new refresh button options

This commit is contained in:
David Ralph
2021-08-28 18:56:59 +01:00
parent 6b23e56bd6
commit 67ab7c8674
15 changed files with 92 additions and 25 deletions

View File

@@ -309,7 +309,7 @@ export default class Background extends PureComponent {
}
// uninstall photo pack reverts your background to what you had previously
if (data === 'marketplacebackgrounduninstall' || data === 'backgroundwelcome') {
if (data === 'marketplacebackgrounduninstall' || data === 'backgroundwelcome' || data === 'backgroundrefresh') {
refresh();
}
});