mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +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
|
# Release Notes
|
||||||
|
|
||||||
======
|
======
|
||||||
### Unreleased changes
|
|
||||||
|
Changing the default value of "isNightOrder"
|
||||||
|
|
||||||
---
|
---
|
||||||
### Version 3.12.0
|
### Version 3.12.0
|
||||||
|
|
|
@ -103,7 +103,7 @@ export default new Vuex.Store({
|
||||||
state: {
|
state: {
|
||||||
grimoire: {
|
grimoire: {
|
||||||
isNight: false,
|
isNight: false,
|
||||||
isNightOrder: true,
|
isNightOrder: false,
|
||||||
isRinging: false,
|
isRinging: false,
|
||||||
isPublic: true,
|
isPublic: true,
|
||||||
isMenuOpen: false,
|
isMenuOpen: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue