Skip to content

Commit

Permalink
Ignore 'cannot set dock image' errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Feb 27, 2025
1 parent 132670d commit 24eae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/com/unciv/app/desktop/DesktopLauncher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ internal object DesktopLauncher {
val image: Image = defaultToolkit.getImage(imageResource)
val taskbar = Taskbar.getTaskbar()
taskbar.iconImage = image
} catch (throwable: Throwable) { }
} catch (_: Throwable) { }
}
}

0 comments on commit 24eae9d

Please sign in to comment.