Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@deboer-tim
Copy link
Collaborator

Avoid calling Taskbar.setIconImage() on platforms that don't support it.

Fixes #1183.

Avoid calling Taskbar.setIconImage() on platforms that don't support it.

Fixes icpctools#1183.
@deboer-tim deboer-tim enabled auto-merge (rebase) August 29, 2025 13:49
Copy link
Collaborator

@vmcj vmcj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick

.read(ProblemSetEditor.class.getResourceAsStream("/images/problemSetIcon.png"));
Taskbar.getTaskbar().setIconImage(image);
} catch (Exception e) {
// could not set icon
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you want to Trace.

@deboer-tim deboer-tim merged commit a2da60d into icpctools:main Aug 29, 2025
4 checks passed
@deboer-tim deboer-tim deleted the taskbar-guard branch August 31, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Taskbar API not working on Linux

2 participants