Fix onlongtouch after refactor

This commit is contained in:
ahjephson
2024-11-01 22:04:10 +00:00
parent 170b2ca601
commit 71d1cd0e7f
23 changed files with 406 additions and 122 deletions

View File

@@ -0,0 +1,9 @@
namespace Lantean.QBitTorrentClient.Models
{
public enum TorrentContentLayout
{
Original,
Subfolder,
NoSubfolder
}
}