Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Jul 12, 2023
1 parent 855c470 commit 8732317
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ impl<T> EventLoopWindowTarget<T> {
///
/// - **Windows:** Unsupported. Use the Progress Bar Function Available in Window (Windows can have different progress bars for different window)
/// - **Linux:** Only supported desktop environments with `libunity` (e.g. GNOME).
/// - **macOS:** Unimplemented.
/// - **iOS / Android:** Unsupported.
#[inline]
pub fn set_progress_bar(&self, _progress: ProgressBarState) {
Expand Down
3 changes: 1 addition & 2 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,7 @@ impl Window {
///
/// ## Platform-specific
///
/// - **Linux**: Progress bar is app-wide and not specific to this window. Only supported desktop environments with `libunity` (e.g. GNOME).
/// - **macOS**: Unimplemented.
/// - **Linux / macOS**: Progress bar is app-wide and not specific to this window. Only supported desktop environments with `libunity` (e.g. GNOME).
/// - **iOS / Android:** Unsupported.
#[inline]
pub fn set_progress_bar(&self, progress: ProgressBarState) {
Expand Down

0 comments on commit 8732317

Please sign in to comment.