Update budgie.py (#1877)
Removed the comma after the "papirus-icon-theme" package, since it is the final package
This commit is contained in:
parent
1b5ecb65aa
commit
64a0d097f0
|
|
@ -18,7 +18,7 @@ class BudgieProfile(XorgProfile):
|
||||||
"budgie",
|
"budgie",
|
||||||
"mate-terminal",
|
"mate-terminal",
|
||||||
"nemo",
|
"nemo",
|
||||||
"papirus-icon-theme",
|
"papirus-icon-theme"
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue