mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
make studi paths read only
This commit is contained in:
parent
b6666ec1ea
commit
4306aa0184
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class AppVariantWidget(QtWidgets.QWidget):
|
|||
for item in studio_executables:
|
||||
path_widget = QtWidgets.QLineEdit(content_widget)
|
||||
path_widget.setText(item.value)
|
||||
path_widget.setEnabled(False)
|
||||
path_widget.setReadOnly(True)
|
||||
content_layout.addWidget(path_widget)
|
||||
|
||||
def update_local_settings(self, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue