Skip to content

Commit 2581d51

Browse files
committed
#509: Fix lint on non-Windows systems
1 parent 8f965bf commit 2581d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,6 +2852,7 @@ impl App {
28522852
}
28532853
Message::ShowScanActiveGames => self.show_modal(Modal::ActiveScanGames),
28542854
Message::CopyText(text) => iced::clipboard::write(text),
2855+
#[cfg_attr(not(windows), allow(unused))]
28552856
Message::OpenRegistry(item) => {
28562857
#[cfg(windows)]
28572858
{

0 commit comments

Comments
 (0)