We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938c556 commit ac6d67bCopy full SHA for ac6d67b
etc/js/app.js
@@ -139,7 +139,6 @@ function fmtDuration(seconds) {
139
let components = [
140
// Common components
141
loadModule('js/components/widgets/title-bar/title-bar.vue', options),
142
- loadModule('js/components/widgets/title-bar/refresh-control.vue', options),
143
loadModule('js/components/widgets/title-bar/layout-control.vue', options),
144
loadModule('js/components/widgets/title-bar/play-control.vue', options),
145
loadModule('js/components/widgets/title-bar/url-bar.vue', options),
etc/js/components/widgets/title-bar/refresh-control.vue
0 commit comments