mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Ability to stop auto update
This commit is contained in:
committed by
Junyoung Choi
parent
7d4d176bf4
commit
d78f6b7aba
@@ -5,7 +5,8 @@ const noop = () => {}
|
||||
mock('electron', {
|
||||
remote: {
|
||||
app: {
|
||||
getAppPath: noop
|
||||
getAppPath: noop,
|
||||
getPath: noop
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user