gpui: Implement PartialEq
and Eq
for WindowAppearance
(#25219)
Release Notes: - N/A
This commit is contained in:
parent
0fdad0c0d6
commit
e3836712d6
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ pub enum WindowKind {
|
||||||
///
|
///
|
||||||
/// On macOS, this corresponds to named [`NSAppearance`](https://developer.apple.com/documentation/appkit/nsappearance)
|
/// On macOS, this corresponds to named [`NSAppearance`](https://developer.apple.com/documentation/appkit/nsappearance)
|
||||||
/// values.
|
/// values.
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||||
pub enum WindowAppearance {
|
pub enum WindowAppearance {
|
||||||
/// A light appearance.
|
/// A light appearance.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue