gpui: Implement PartialEq and Eq for WindowAppearance (#25219)

Release Notes:

- N/A
This commit is contained in:
someone13574
2025-02-20 03:25:34 +00:00
committed by GitHub
parent 0fdad0c0d6
commit e3836712d6
+1 -1
View File
@@ -1068,7 +1068,7 @@ pub enum WindowKind {
///
/// On macOS, this corresponds to named [`NSAppearance`](https://developer.apple.com/documentation/appkit/nsappearance)
/// values.
#[derive(Copy, Clone, Debug)]
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum WindowAppearance {
/// A light appearance.
///