Skip to content

Commit f7770ab

Browse files
authored
v2.7.2
1 parent 677e10d commit f7770ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui_tabs_settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ def __init__(self):
6161

6262
tip_label_1 = QLabel("<b><u>Must</u> 'Update Settings' before any settings take effect.</b>")
6363
tip_label_2 = QLabel("<b><u>Must recreate</u> database if changing Chunk Size/Overlap settings</b>")
64+
tip_label_3 = QLabel("🚨<b><u>Linux/Mac users READ THE UPDATED INSTRUCTIONS ON GITHUB!!!!</u></b>🚨")
6465
self.layout.addWidget(tip_label_1)
6566
self.layout.addWidget(tip_label_2)
67+
self.layout.addWidget(tip_label_3)
6668

6769
self.setLayout(self.layout)
6870

0 commit comments

Comments
 (0)