mirror of
https://github.com/mue/mue.git
synced 2026-07-25 09:47:26 +02:00
feat: new refresh button options
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user