better button management

This commit is contained in:
SpikeHD
2022-07-21 19:58:21 -07:00
parent 1b076ccea9
commit d28af907ec
3 changed files with 48 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ export interface Configuration {
// Swag stuff
akebi_path?: string
migoto_path?: string
}
export async function setConfigOption<K extends keyof Configuration>(key: K, value: Configuration[K]): Promise<void> {