We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677e10d commit f7770abCopy full SHA for f7770ab
src/gui_tabs_settings.py
@@ -61,8 +61,10 @@ def __init__(self):
61
62
tip_label_1 = QLabel("<b><u>Must</u> 'Update Settings' before any settings take effect.</b>")
63
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>🚨")
65
self.layout.addWidget(tip_label_1)
66
self.layout.addWidget(tip_label_2)
67
+ self.layout.addWidget(tip_label_3)
68
69
self.setLayout(self.layout)
70
0 commit comments