Skip to content

Commit

Permalink
fixed default showinfo value from false to true, to minimize impact o…
Browse files Browse the repository at this point in the history
…n desktop view
  • Loading branch information
tch1001 committed Dec 8, 2022
1 parent 42b51ce commit 2e46099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/nginx-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nginx-container
image: tch1001/twig_client:v4.2.1
image: tch1001/twig_client:v4.3.1
ports:
- containerPort: 80
---
Expand Down
2 changes: 1 addition & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const store : any = new Vuex.Store ({
kratos_user_id: 'guest',
selected_mode: 'move',
mobileView: false,
showInfo: false,
showInfo: true,
layout: 0
},
mutations: {
Expand Down

0 comments on commit 2e46099

Please sign in to comment.