mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
clientManager: Expose user config
This commit is contained in:
parent
95aaba43fa
commit
d67277d996
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class ClientManager {
|
|||
return true;
|
||||
}
|
||||
|
||||
private readUserConfig(name: string) {
|
||||
readUserConfig(name: string) {
|
||||
const userPath = Config.getUserConfigPath(name);
|
||||
|
||||
if (!fs.existsSync(userPath)) {
|
||||
|
|
Loading…
Reference in a new issue