mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-17 20:57:30 +08:00
修改一个单词+一个等号
This commit is contained in:
parent
ef6ac06c40
commit
960b16bb4c
@ -392,7 +392,7 @@ export default {
|
||||
ipcRenderer.send("window-move");
|
||||
},
|
||||
dragWhenInput(e) {
|
||||
if (this.searchValue == "") {
|
||||
if (this.searchValue === "") {
|
||||
ipcRenderer.send("window-move");
|
||||
}
|
||||
},
|
||||
|
@ -67,7 +67,7 @@ const mutations = {
|
||||
};
|
||||
|
||||
const actions = {
|
||||
showMainUI({ commit, state }, paylpad) {
|
||||
showMainUI({ commit, state }, payload) {
|
||||
ipcRenderer.send("changeWindowSize-rubick", {
|
||||
height: getWindowHeight(),
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user