To be done

This commit is contained in:
CunYu
2021-06-18 10:42:32 +08:00
committed by pypy
parent ea1e6e82de
commit d8b558489b
2 changed files with 24 additions and 11 deletions

View File

@@ -740,7 +740,7 @@ html
el-switch(v-model="displayVRCPlusIconsAsAvatar")
div.options-container-item
span.name Use a Primary Password
el-switch(v-model="enablePrimaryPassword" @change="enablePrimaryPasswordChange")
el-switch(v-model="enablePrimaryPassword" @change="enablePrimaryPasswordChange" :disabled="!loginForm.savedCredentials[API.currentUser.username]")
div.options-container
span.header Side Pannel Sorting Options
div.options-container-item
@@ -2410,7 +2410,7 @@ html
)
template(#footer)
el-button(
type="primary" size="small" @click="savePrimaryPassword"
type="primary" size="small" @click="setPrimaryPassword"
:disabled="enablePrimaryPasswordDialog.password.length===0||enablePrimaryPasswordDialog.password!==enablePrimaryPasswordDialog.rePassword"
) OK
script(src="app.js")