mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-27 11:19:45 +08:00
为Toast组件添加隐藏进度条选项以优化用户体验
This commit is contained in:
@@ -101,6 +101,7 @@ initializeApp().then(() => {
|
||||
.use(PerfectScrollbarPlugin)
|
||||
.use(Toast, {
|
||||
position: 'bottom-right',
|
||||
hideProgressBar: true,
|
||||
})
|
||||
.use(ConfirmDialog)
|
||||
.use(i18n)
|
||||
|
||||
Reference in New Issue
Block a user