fix: check free disk space before downloading to prevent silent failure after starting dl

also add "(experimental)" to image path in settings
This commit is contained in:
2026-03-10 21:35:03 +01:00
parent 74e7fcfd70
commit d3d7a9d2ac
2 changed files with 38 additions and 8 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ def settings_dialog(self):
image_path_layout = QHBoxLayout()
image_path = QLineEdit()
image_path_layout.addWidget(QLabel("Image Path (requires restart):"))
image_path_layout.addWidget(QLabel("Image Path (requires restart, experimental):"))
image_path_layout.addWidget(image_path)
image_path_container.setSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed)
image_path_container.setLayout(image_path_layout)