mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 05:14:09 +02:00
Check app version, fix close stream bug, show audiobook progress, add toasts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import Vue from "vue";
|
||||
import Toast from "vue-toastification";
|
||||
import "vue-toastification/dist/index.css";
|
||||
|
||||
const options = {
|
||||
hideProgressBar: true,
|
||||
position: 'bottom-center'
|
||||
};
|
||||
|
||||
Vue.use(Toast, options);
|
||||
Reference in New Issue
Block a user