mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650
This commit is contained in:
parent
a479dd6e3b
commit
245986d8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@
|
||||||
|
|
||||||
package model
|
package model
|
||||||
|
|
||||||
func AddMicrosoftDefenderExclusion() (err error) {}
|
func AddMicrosoftDefenderExclusion() error { return nil }
|
||||||
|
|
||||||
func AutoProcessMicrosoftDefender() {}
|
func AutoProcessMicrosoftDefender() {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue