+2
-2
@@ -25,7 +25,7 @@ static void on_config_updated(const WatchConfig *cfg) {
|
||||
if (!s_config.configured) return;
|
||||
|
||||
config_log(&s_config); /* the values this newly-recomputed reading is based on */
|
||||
reading_state_recompute(&s_config.birth);
|
||||
reading_state_recompute(&s_config.birth, s_config.gender);
|
||||
if (was_configured) {
|
||||
report_window_reload();
|
||||
} else {
|
||||
@@ -41,7 +41,7 @@ int main(void) {
|
||||
config_log(&s_config); /* the values this session's reading (if any) is based on */
|
||||
|
||||
if (s_config.configured) {
|
||||
reading_state_recompute(&s_config.birth);
|
||||
reading_state_recompute(&s_config.birth, s_config.gender);
|
||||
report_window_push();
|
||||
} else {
|
||||
show_setup_required();
|
||||
|
||||
Reference in New Issue
Block a user