mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Order default (#92)
This commit is contained in:
parent
86f6c295b1
commit
0675a6ac37
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# Release Notes
|
||||
|
||||
======
|
||||
### Unreleased changes
|
||||
|
||||
Changing the default value of "isNightOrder"
|
||||
|
||||
---
|
||||
### Version 3.12.0
|
||||
|
|
|
@ -103,7 +103,7 @@ export default new Vuex.Store({
|
|||
state: {
|
||||
grimoire: {
|
||||
isNight: false,
|
||||
isNightOrder: true,
|
||||
isNightOrder: false,
|
||||
isRinging: false,
|
||||
isPublic: true,
|
||||
isMenuOpen: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue