loop button color (#2321)
This commit is contained in:
parent
b1183fe0c0
commit
7057633906
|
@ -1167,8 +1167,8 @@ export default Vue.extend({
|
||||||
|
|
||||||
toggleVideoLoop: async function () {
|
toggleVideoLoop: async function () {
|
||||||
if (!this.player.loop()) {
|
if (!this.player.loop()) {
|
||||||
const currentTheme = localStorage.getItem('mainColor')
|
const currentTheme = this.$store.state.settings.mainColor
|
||||||
const colorNames = this.$store.state.utils.colorClasses
|
const colorNames = this.$store.state.utils.colorNames
|
||||||
const colorValues = this.$store.state.utils.colorValues
|
const colorValues = this.$store.state.utils.colorValues
|
||||||
|
|
||||||
const nameIndex = colorNames.findIndex((color) => {
|
const nameIndex = colorNames.findIndex((color) => {
|
||||||
|
|
Loading…
Reference in New Issue