1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 12:15:48 +02:00

Ensure plugin config exists after first run, fixes profile export crash

Closes 
This commit is contained in:
chylex 2017-07-13 05:21:22 +02:00
parent 34726c533e
commit e3080d07dc

View File

@ -40,6 +40,7 @@ public void Load(string file){
}
}
}catch(FileNotFoundException){
Save(file);
}catch(DirectoryNotFoundException){
}catch(Exception e){
Program.Reporter.HandleException("Plugin Configuration Error", "Could not read the plugin configuration file. If you continue, the list of disabled plugins will be reset to default.", true, e);