Removed deprecated button; changed status text for loading empty config

pull/48/head
Ivan Yartsev 2 years ago
parent 5f0bddd4cd
commit a68320b8a5

@ -418,7 +418,7 @@ void yon_load_proceed(char *command){
}
yon_ubl_status_box_render(LOCAL_SAVE_SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE);
} else
yon_ubl_status_box_render(LOAD_FAILED_LABEL,BACKGROUND_IMAGE_FAIL_TYPE);
yon_ubl_status_box_render(LOCAL_SAVE_SUCCESS_LABEL,BACKGROUND_IMAGE_SUCCESS_TYPE);
}

@ -1257,7 +1257,7 @@ int yon_config_save_registered(char *path, char *section){
if (any_add) yon_launch(command);
if (any_remove) yon_launch(remove_command);
return 1;
} else return 0;
} else return 1;
}
/**yon_config_get_all(int *size)

@ -786,19 +786,6 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="ApplyChangesButton">
<property name="label" translatable="yes">Apply changes of operations limit</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>

Loading…
Cancel
Save