[Update] Splash Window: 起動時アニメーション追加。weightダウンロード時の表示も若干の調整あり。

This commit is contained in:
Sakamoto Shiina
2024-01-26 17:03:38 +09:00
parent efb54e730e
commit 0a09297cef
6 changed files with 206 additions and 23 deletions

View File

@@ -12,8 +12,9 @@ if __name__ == "__main__":
if config.USE_TRANSLATION_FEATURE is True:
downloadCTranslate2Weight(config.PATH_LOCAL, config.WEIGHT_TYPE, splash.updateDownloadProgress)
splash.toProgress(0)
import controller
controller.createMainWindow()
controller.createMainWindow(splash)
splash.destroySplash()
controller.showMainWindow()