More make tweaks, try to always use correct paths
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0fc4a61870
commit
7fcb46832c
5 changed files with 33 additions and 16 deletions
|
@ -208,7 +208,7 @@ static void saveAsDialog(const bool uncompressed)
|
|||
FileBrowserOptions opts;
|
||||
opts.startDir = dir.c_str();
|
||||
opts.saving = ui->saving = true;
|
||||
ui->savingUncompressed = true;
|
||||
ui->savingUncompressed = uncompressed;
|
||||
ui->openFileBrowser(opts);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue