Added add storage sorting

pull/132/head
parent c6f7c2dcd8
commit cfea78d9d5
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -71,6 +71,7 @@ void on_storage_open(GtkWidget *self, storage_config_window *window){
gtk_combo_box_set_active_id(GTK_COMBO_BOX(window->StoragePathCombo),storage->path);
yon_config_register(storage->path,STORAGE_command,"");
yon_storage_open_add_repos(storage->path,window);
yon_storage_config_update(window);
}
}

Loading…
Cancel
Save