Zooflow: Fix wrong image on dragdrop, prepare removal of manual database config
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
Public Id As Integer
|
||||
Public IsAttachment As Boolean = False
|
||||
Public HotfolderFile As Boolean = False
|
||||
|
||||
Public Sub New(pId As Integer)
|
||||
Id = pId
|
||||
End Sub
|
||||
|
||||
Public Overrides Function ToString() As String
|
||||
Return FilePath
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user