Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
Legend-Master and amrbashir committed Sep 18, 2024
1 parent c626141 commit b44c378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,10 @@ impl<T> EventLoopWindowTarget<T> {
self.p.set_progress_bar(_progress)
}

/// Sets the theme for this window.
/// Sets the theme for the application.
///
/// ## Platform-specific
///
/// - **Linux / macOS**: Theme is app-wide and not specific to this window.
/// - **Windows:** Unsupported. Use the set_theme function available in Window (Windows can have different themes for different windows)
/// - **iOS / Android:** Unsupported.
#[inline]
Expand Down

0 comments on commit b44c378

Please sign in to comment.