ZooFlow: Small fixes

This commit is contained in:
Jonathan Jenne
2020-11-18 16:27:27 +01:00
parent e09b261064
commit f9c7761474
7 changed files with 27 additions and 18 deletions

View File

@@ -7,6 +7,8 @@
End Class
Public Class SearchFormConfig
Public Property Location As New Point(0, 0)
Public Property Size As New Size(0, 0)
Public Property OpenSearchInSameWindow As Boolean = False
End Class
Public Class GlobixConfig
Public Property FilePreview As Boolean = True