mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
10 lines
155 B
C#
10 lines
155 B
C#
namespace DownKyi.Core.Settings;
|
|
|
|
public enum AfterDownloadOperation
|
|
{
|
|
NOT_SET = 0,
|
|
NONE = 1,
|
|
OPEN_FOLDER,
|
|
CLOSE_APP,
|
|
CLOSE_SYSTEM
|
|
} |