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.
1 parent 3aad5cc commit ef5bfdaCopy full SHA for ef5bfda
src/slice/ui/dialogs.py
@@ -45,7 +45,8 @@ def __init__(self):
45
self,
46
"Open File",
47
self.root_directory,
48
- "All Files (*);;ttf Files(*.ttf);;otf Files (*.otf)",
+ "All Files (*);;ttf Files(*.ttf);;otf Files (*.otf);;"
49
+ "woff Files (*.woff);;woff2 Files (*.woff2)",
50
options=self.Options(),
51
)
52
@@ -74,7 +75,8 @@ def __init__(self, root_directory=None):
74
75
76
"Save File",
77
78
79
80
81
82
0 commit comments