New Version 2.4

What's new?
- Fixed RangeSlider widget for mac OS
- Improved Setup for macOS
- Fixed video open function for macOS
This commit is contained in:
Akash Bora
2025-08-09 15:51:38 +05:30
committed by GitHub
parent 08fb701a44
commit c6a7f9f67a

View File

@@ -153,7 +153,7 @@ else:
if os.path.exists(os.path.join("FFglitch","ffgac")) or os.path.exists(os.path.join("FFglitch","ffgac.exe")): if os.path.exists(os.path.join("FFglitch","ffgac")) or os.path.exists(os.path.join("FFglitch","ffgac.exe")):
os.remove(os.path.join("FFglitch","ffglitch.zip")) os.remove(os.path.join("FFglitch","ffglitch.zip"))
time.sleep(1) time.sleep(1)
# Set permissions after extraction for macOS
set_mac_permissions() set_mac_permissions()
checkffglitch() checkffglitch()
print("FFglitch setup complete!") print("FFglitch setup complete!")
@@ -167,3 +167,4 @@ time.sleep(1)
print("Setup Complete!") print("Setup Complete!")
time.sleep(5) time.sleep(5)
sys.exit() sys.exit()