refactor: move TimeoutStackStyle to its own file (#6216)
Co-authored-by: Mm2PL <miau@mail.kotmisia.pl>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace chatterino {
|
||||
|
||||
enum class TimeoutStackStyle : int {
|
||||
StackHard = 0,
|
||||
DontStackBeyondUserMessage = 1,
|
||||
DontStack = 2,
|
||||
|
||||
Default = DontStackBeyondUserMessage,
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
Reference in New Issue
Block a user