Enabled input background again. (I disabled it for testing and accidentally committed that.)

This commit is contained in:
The Wobbler 2025-01-27 17:02:21 +01:00
parent 649ad1d647
commit 60dee10d1a

View file

@ -12,7 +12,6 @@ class FileSettings(QWidget):
self.setLayout(self.layout)
self.library_path_input = QLineEdit(self)
self.library_path_input.setStyleSheet("QLineEdit { background: transparent; }")
self.layout.addRow("Library Path:", self.library_path_input)