Compare commits

..

4 Commits

5 changed files with 8 additions and 3 deletions

View File

@ -16,6 +16,7 @@ jobs:
steps:
- checkout
- setup_remote_docker
version: 19.03.13
- run:
name: Build
command: |

View File

@ -609,6 +609,8 @@ desktop: "デスクトップ"
clip: "クリップ"
createNew: "新規作成"
optional: "任意"
createNewClip: "新しいクリップを作成"
public: "パブリック"
_mfm:
cheatSheet: "MFMチートシート"

View File

@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <syuilotan@yahoo.co.jp>",
"version": "12.57.0",
"version": "12.57.1",
"codename": "indigo",
"repository": {
"type": "git",

View File

@ -786,7 +786,8 @@ export default defineComponent({
},
isPublic: {
type: 'boolean',
label: this.$t('public')
label: this.$t('public'),
default: false
}
});
if (canceled) return;

View File

@ -60,7 +60,8 @@ export default defineComponent({
},
isPublic: {
type: 'boolean',
label: this.$t('public')
label: this.$t('public'),
default: false
}
});
if (canceled) return;