diff --git a/__main__.py b/__main__.py index 1dcd9d9..736f4c5 100644 --- a/__main__.py +++ b/__main__.py @@ -58,8 +58,6 @@ def main(): if __name__ == '__main__': - # TODO: Test on high DPI screen. - # TODO: Get a high DPI screen... QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True) QApplication.setAttribute(Qt.AA_UseHighDpiPixmaps, True) main() diff --git a/core.py b/core.py index 16d36c7..8692b7f 100644 --- a/core.py +++ b/core.py @@ -342,7 +342,7 @@ def build_gui(self): self.tab4_txt_lineedit = QLineEdit() self.tab4_txt_lineedit.setReadOnly(True) # Read only self.tab4_txt_lineedit.setText(self.settings.user_options['multidl_txt']) # Path from settings. - # TODO: Refactor settings to not have the section "Other stuff" + self.tab4_txt_label = QLabel('Textfile:') # Textbrowser to adds some info about Grabber.