Use vue router to link proxy toast to settings page
This commit is contained in:
@@ -846,9 +846,12 @@
|
|||||||
});
|
});
|
||||||
if(!this.$store.state.postwoman.settings.PROXY_ENABLED) {
|
if(!this.$store.state.postwoman.settings.PROXY_ENABLED) {
|
||||||
this.$toast.info('Turn on the proxy', {
|
this.$toast.info('Turn on the proxy', {
|
||||||
duration: 4000,
|
dontClose : true,
|
||||||
action: {
|
action: {
|
||||||
text: 'Click',
|
text: 'Go to settings',
|
||||||
|
onClick : (e, toastObject) => {
|
||||||
|
this.$router.push({ path: '/settings' });
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user