🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
c051f2b478
commit
83d4516fd2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue