Adding rawtherapee-cli.exe, '-q' (quick start mode) added
Standard rawtherapee.exe now has almost no command line options left. Use '-h' to see options for each executables.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "splash.h"
|
||||
#include "cachemanager.h"
|
||||
#include "addsetids.h"
|
||||
#include "../rtengine/icons.h"
|
||||
#include "../rtengine/dfmanager.h"
|
||||
#include "../rtengine/ffmanager.h"
|
||||
#include <sstream>
|
||||
@@ -2026,7 +2027,7 @@ void Preferences::cancelPressed ()
|
||||
{
|
||||
// set the initial theme back
|
||||
if (themeFNames.at(theme->get_active_row_number ()).longFName != options.theme) {
|
||||
RTImage::setPaths(options);
|
||||
rtengine::setPaths(options);
|
||||
RTImage::updateImages();
|
||||
switchThemeTo(options.theme);
|
||||
}
|
||||
@@ -2079,7 +2080,7 @@ void Preferences::themeChanged ()
|
||||
{
|
||||
|
||||
moptions.theme = themeFNames.at(theme->get_active_row_number ()).longFName;
|
||||
RTImage::setPaths(moptions);
|
||||
rtengine::setPaths(moptions);
|
||||
RTImage::updateImages();
|
||||
switchThemeTo(moptions.theme);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user