mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-1708: This change is just an improvement which writes the web-request output in case of errors. This should help to find the problem. Also cleaned the code a bit.
This commit is contained in:
parent
0e2d9cda61
commit
b9e86d4af7
4 changed files with 108 additions and 91 deletions
|
@ -209,7 +209,7 @@ namespace Greenshot.IniFile {
|
|||
}
|
||||
if (iniFilePath == null) {
|
||||
// check if file is in the same location as started from, if this is the case
|
||||
// we will use this file instead of the Applicationdate folder
|
||||
// we will use this file instead of the ApplicationData folder
|
||||
// Done for Feature Request #2741508
|
||||
iniFilePath = Path.Combine(applicationStartupPath, configFilename);
|
||||
if (!File.Exists(iniFilePath)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue