refactor(client): refactor dialog functions to improve type inference
This commit is contained in:
@@ -168,9 +168,8 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
async unlike() {
|
||||
const confirm = await os.dialog({
|
||||
const confirm = await os.confirm({
|
||||
type: 'warning',
|
||||
showCancelButton: true,
|
||||
text: this.$ts.unlikeConfirm,
|
||||
});
|
||||
if (confirm.canceled) return;
|
||||
|
Reference in New Issue
Block a user