We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up starting timetime by start long tasks after loading main window
def showEvent(self, event): super().showEvent(event) QTimer.singleShot(100, self.show_initial_message_box) def show_initial_message_box(self): QMessageBox.information(self, "Title", "Your message here.")
The text was updated successfully, but these errors were encountered:
Disable _generate_dcs_bios_jsons call pending issue #337 fix
_generate_dcs_bios_jsons
42e7fae
In current implementation of preparing internal info model of BIOS' planes ans other BIOS related data it is impossible to offload starting time.
Sorry, something went wrong.
emcek
No branches or pull requests
Speed up starting timetime by start long tasks after loading main window
The text was updated successfully, but these errors were encountered: