add allow_image_download setting

This commit is contained in:
GenevensiS
2026-01-04 17:31:23 +01:00
parent 099c5ae738
commit d113e30423
8 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -201,7 +201,7 @@ Settings::Settings()
, print_cutter_lines (CUTTER_ALL)
, dark_mode_type (DARKMODE_SYSTEM)
, import_scale_selection (0)
, internal_image_extension (true)
, allow_image_download (true)
#if USE_OLD_STYLE_UPDATE_CHECKER
, updates_url (_("https://magicseteditor.boards.net/page/downloads"))
#endif
@@ -340,7 +340,7 @@ IMPLEMENT_REFLECTION_NO_SCRIPT(Settings) {
REFLECT(dark_mode_type);
REFLECT(apprentice_location);
REFLECT(import_scale_selection);
REFLECT(internal_image_extension);
REFLECT(allow_image_download);
#if USE_OLD_STYLE_UPDATE_CHECKER
REFLECT(updates_url);
#else
+1 -1
View File
@@ -229,7 +229,7 @@ public:
// --------------------------------------------------- : Internal settings
int import_scale_selection;
bool internal_image_extension;
bool allow_image_download;
// --------------------------------------------------- : Update checking