mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-13 10:53:42 +08:00
Initial commit
This commit is contained in:
23
frontend/wailsjs/go/storage/PreferencesStorage.js
Executable file
23
frontend/wailsjs/go/storage/PreferencesStorage.js
Executable file
@@ -0,0 +1,23 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function DefaultPreferences() {
|
||||
return window['go']['storage']['PreferencesStorage']['DefaultPreferences']()
|
||||
}
|
||||
|
||||
export function GetPreferences() {
|
||||
return window['go']['storage']['PreferencesStorage']['GetPreferences']()
|
||||
}
|
||||
|
||||
export function RestoreDefault() {
|
||||
return window['go']['storage']['PreferencesStorage']['RestoreDefault']()
|
||||
}
|
||||
|
||||
export function SetPreferences(arg1, arg2) {
|
||||
return window['go']['storage']['PreferencesStorage']['SetPreferences'](arg1, arg2)
|
||||
}
|
||||
|
||||
export function SetPreferencesN(arg1) {
|
||||
return window['go']['storage']['PreferencesStorage']['SetPreferencesN'](arg1)
|
||||
}
|
Reference in New Issue
Block a user