Add Order::TOP
This commit is contained in:
parent
cef0c0b6d8
commit
b1e214bbdf
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ impl Order {
|
||||||
Self::Tooltip,
|
Self::Tooltip,
|
||||||
Self::Debug,
|
Self::Debug,
|
||||||
];
|
];
|
||||||
|
pub const TOP: Self = Self::Debug;
|
||||||
|
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
pub fn allow_interaction(&self) -> bool {
|
pub fn allow_interaction(&self) -> bool {
|
||||||
|
|
Loading…
Reference in a new issue