mirror of
https://github.com/gedoor/legado.git
synced 2025-01-05 10:17:15 +08:00
[skip ci] enable vscode.editor.formatOnType
This commit is contained in:
parent
046d3ca7fd
commit
b326d2a3c0
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"editor.formatOnType": true
|
||||
}
|
@ -59,10 +59,7 @@
|
||||
@click="customFontSavePopVisible = false"
|
||||
>取消</el-button
|
||||
>
|
||||
<el-button
|
||||
type="primary"
|
||||
size="small"
|
||||
@click="setCustomFont()"
|
||||
<el-button type="primary" size="small" @click="setCustomFont()"
|
||||
>确定</el-button
|
||||
>
|
||||
<el-button type="primary" size="small" @click="loadFontFromURL()"
|
||||
|
Loading…
Reference in New Issue
Block a user