File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ def apply(self):
108108 settings .notify_push_duration = self .sbx_notif_duration .value ()
109109 settings .integration_qgis_news_feed = self .chb_integration_news_feed .isChecked ()
110110 settings .license_global_accept = self .chb_license_global_accept .isChecked ()
111+ settings .editorial_policy_accept = self .chb_editorial_policy_accept .isChecked ()
111112
112113 # misc
113114 settings .debug_mode = self .opt_debug .isChecked ()
@@ -135,6 +136,7 @@ def load_settings(self) -> None:
135136 self .sbx_notif_duration .setValue (settings .notify_push_duration )
136137 self .chb_integration_news_feed .setChecked (settings .integration_qgis_news_feed )
137138 self .chb_license_global_accept .setChecked (settings .license_global_accept )
139+ self .chb_editorial_policy_accept .setChecked (settings .editorial_policy_accept )
138140
139141 # misc
140142 self .opt_debug .setChecked (settings .debug_mode )
You can’t perform that action at this time.
0 commit comments