Skip to content

Commit

Permalink
Merge pull request #2122 from nextcloud/enh/noid/increase-slideshowdelay
Browse files Browse the repository at this point in the history
Set default slideshowdelay to 5000 ms
  • Loading branch information
szaimen authored Jul 19, 2021
2 parents a6f972a + 050ee79 commit 5afec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default {
*/
slideshowDelay: {
type: Number,
default: 3000,
default: 5000,
},
/**
* Allow to pause an ongoing slideshow
Expand Down

0 comments on commit 5afec38

Please sign in to comment.