mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 02:53:22 +02:00
Unfocus selected index on list clear.
This commit is contained in:
parent
709b55d40a
commit
11611ba14c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue