Select all icon for all apps category
This commit is contained in:
parent
3f4868d504
commit
6197751172
@ -1681,7 +1681,7 @@ class pluginclass( object ):
|
|||||||
|
|
||||||
# Build a list of all categories in the menu ( [ { "name", "icon", tooltip" } ]
|
# Build a list of all categories in the menu ( [ { "name", "icon", tooltip" } ]
|
||||||
def buildCategoryList( self ):
|
def buildCategoryList( self ):
|
||||||
newCategoryList = [ { "name": _("All"), "icon": self.mintMenuWin.icon, "tooltip": _("Show all applications"), "filter":"", "index": 0 } ]
|
newCategoryList = [ { "name": _("All"), "icon": "stock_select-all", "tooltip": _("Show all applications"), "filter":"", "index": 0 } ]
|
||||||
|
|
||||||
num = 1
|
num = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user