We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04e9966 + 9bb0047 commit 456549aCopy full SHA for 456549a
friture/__init__.py
@@ -18,7 +18,7 @@
18
# along with Friture. If not, see <http://www.gnu.org/licenses/>.
19
20
# version and date
21
-__version__ = "0.52"
22
-__releasedate__ = "2025-08-31"
+__version__ = "0.53"
+__releasedate__ = "2025-09-08"
23
24
__all__ = ["plotting"]
friture/analyzer.py
@@ -492,10 +492,7 @@ def main():
492
window = Friture()
493
window.show()
494
if not program_arguments.no_splash:
495
- if platform.system() == "Linux":
496
- splash.hide()
497
- else:
498
- splash.finish(window)
+ splash.hide()
499
500
profile = "no" # "python" or "kcachegrind" or anything else to disable
501
0 commit comments