remove menu.bullet from themes
This commit is contained in:
parent
959126d9a2
commit
957def11cb
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ def simple_replace(data):
|
||||||
def remove(data):
|
def remove(data):
|
||||||
invalid = []
|
invalid = []
|
||||||
invalid.append('toolbar')
|
invalid.append('toolbar')
|
||||||
|
invalid.append('menu.bullet')
|
||||||
invalid.append('rootCommand')
|
invalid.append('rootCommand')
|
||||||
invalid.append('menu.frame.justify')
|
invalid.append('menu.frame.justify')
|
||||||
for inv in invalid:
|
for inv in invalid:
|
||||||
|
|
Loading…
Reference in a new issue