Unfocus selected index on list clear.

This commit is contained in:
armored-dragon 2024-08-27 22:15:23 -05:00
parent 709b55d40a
commit 11611ba14c
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -870,12 +870,14 @@ Rectangle {
function clearApplicationList(){
app_listings.clear()
installed_apps.clear()
app_listing_list.index_selected = -1;
}
function addRepositoryToList(repo_name, url){
}
function clearRepositoryList(){
repo_list.clear()
registered_repo_list.index_selected = -1;
}
// Funcionality