client config rename for frontend
This commit is contained in:
@@ -55,9 +55,9 @@
|
||||
class="btn btn-outline"
|
||||
onclick={async () => {
|
||||
try {
|
||||
await commands.openClientConfigManager();
|
||||
await commands.openClientConfig();
|
||||
} catch (err) {
|
||||
errorMessage = `Failed to open config manager: ${err}`;
|
||||
errorMessage = `Failed to open config: ${err}`;
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user