Order default (#92)

This commit is contained in:
MRegnard 2023-07-05 20:25:36 +02:00 committed by GitHub
parent 86f6c295b1
commit 0675a6ac37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# Release Notes
======
### Unreleased changes
Changing the default value of "isNightOrder"
---
### Version 3.12.0

View file

@ -103,7 +103,7 @@ export default new Vuex.Store({
state: {
grimoire: {
isNight: false,
isNightOrder: true,
isNightOrder: false,
isRinging: false,
isPublic: true,
isMenuOpen: false,