[themes/ionicons] Minor tweaks
This commit is contained in:
parent
b858fef834
commit
7af362f5c3
2 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ def themes():
|
|||
|
||||
class Theme(object):
|
||||
"""Represents a collection of icons and colors"""
|
||||
def __init__(self, name, iconset):
|
||||
def __init__(self, name, iconset="auto"):
|
||||
self._widget = None
|
||||
self._cycle_idx = 0
|
||||
self._cycle = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue