Skip to content

Commit 888c49e

Browse files
committed
update readme
1 parent d3878df commit 888c49e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 align="center">Mark Text</h1>
44

55
<div align="center">
6-
<a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fmarktext%2Fmarktext">
6+
<a href="https://twitter.com/intent/tweet?via=marktextme&url=https://github.com/marktext/marktext/&text=What%20do%20you%20want%20to%20say%20to%20me?&hashtags=happyMarkText">
77
<img src="https://img.shields.io/twitter/url/https/github.com/marktext/marktext.svg?style=for-the-badge" alt="twitter">
88
</a>
99
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marktext",
3-
"version": "0.11.42",
3+
"version": "0.12.20",
44
"author": "Jocs <ransixi@gmail.com>",
55
"description": "Next generation markdown editor",
66
"license": "MIT",

src/renderer/store/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const actions = {
9090
commit('SET_LAYOUT', {
9191
rightColumn: 'files',
9292
showSideBar: true,
93-
showTabBar: false
93+
showTabBar: true
9494
})
9595
dispatch('SET_LAYOUT_MENU_ITEM')
9696
})

0 commit comments

Comments
 (0)