ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

Report bug #408

Closed extio1 closed 1 month ago

extio1 commented 1 month ago

As I found figma changed url template for design files. https://forum.figma.com/t/any-update-figma-to-url-structure/72061

So. When launching designer for new URL there is the error "Please enter a valid file URL." Probable solution is to change regexp for url matching just before (gui.py:48)

ParthJadhav commented 1 month ago

solved in latest commit.