7 lines
102 B
Lua
7 lines
102 B
Lua
|
return {
|
||
|
config = {
|
||
|
auto_save_enabled = true,
|
||
|
auto_restore_enabled = true
|
||
|
}
|
||
|
}
|