Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit a4a0247

Browse files
committed
update addons warning
1 parent 2a19e29 commit a4a0247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/screens.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,10 @@ def __init__(self, parent):
809809
next_screen="update_addons_log_screen",
810810
)
811811
self.version = QtWidgets.QCheckBox(parent=self, text="Re-install Stock Addons")
812+
self.warning = QtWidgets.QLabel(parent=self, text="<b>WARNING</b>: This process will delete all addons in both Spicetify folders.")
812813
gui.clickable(self.version)
813814
self.layout().addWidget(self.version)
815+
self.layout().addWidget(self.warning)
814816

815817
@asyncSlot()
816818
async def shownCallback(self):

0 commit comments

Comments
 (0)