- settings_manager: remember last used directory

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/gui/settings_manager.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-12-15 23:20:55 +01:00
committed by Thilo Graf
parent 4f3f435bc5
commit 483f4053a5
7 changed files with 61 additions and 27 deletions

View File

@@ -668,6 +668,8 @@ struct SNeutrinoSettings
int flashupdate_createimage_add_spare;
int flashupdate_createimage_add_kernel;
std::string backup_dir;
std::string update_dir;
std::string update_dir_opkg;