mirror of
https://github.com/mue/mue.git
synced 2026-07-27 18:51:05 +02:00
feat: new refresh button options
This commit is contained in:
@@ -226,6 +226,10 @@ export default class Quote extends PureComponent {
|
||||
if (data === 'marketplacequoteuninstall') {
|
||||
this.init();
|
||||
}
|
||||
|
||||
if (data === 'quoterefresh') {
|
||||
this.getQuote();
|
||||
}
|
||||
});
|
||||
|
||||
const interval = localStorage.getItem('quotechange');
|
||||
|
||||
Reference in New Issue
Block a user