mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-12 23:21:23 +08:00
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
c051f2b478
commit
83d4516fd2
@ -126,8 +126,8 @@ func SetTimezone(container, appDir, timezoneID string) {
|
||||
}
|
||||
|
||||
//export DisableFeature
|
||||
func DisableFeature(feature string) {
|
||||
util.DisableFeature(feature)
|
||||
func DisableFeature(feature *C.char) {
|
||||
util.DisableFeature(C.GoString(feature))
|
||||
}
|
||||
|
||||
func main() {}
|
||||
|
Loading…
Reference in New Issue
Block a user