mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
feat: set application name
This commit is contained in:
@ -791,6 +791,7 @@ def present(
|
|||||||
)
|
)
|
||||||
|
|
||||||
app = QApplication(sys.argv)
|
app = QApplication(sys.argv)
|
||||||
|
app.setApplicationName("Manim Slides")
|
||||||
a = App(
|
a = App(
|
||||||
presentations,
|
presentations,
|
||||||
config=config,
|
config=config,
|
||||||
|
@ -173,6 +173,7 @@ def _init(config_path, force, merge, skip_interactive=False):
|
|||||||
config = Config.parse_file(config_path)
|
config = Config.parse_file(config_path)
|
||||||
|
|
||||||
app = QApplication(sys.argv)
|
app = QApplication(sys.argv)
|
||||||
|
app.setApplicationName("Manim Slides Wizard")
|
||||||
window = Wizard(config)
|
window = Wizard(config)
|
||||||
window.show()
|
window.show()
|
||||||
app.exec()
|
app.exec()
|
||||||
|
Reference in New Issue
Block a user