This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Catch errors when loading flag image from file#110
Open
gorilamagilla wants to merge 2 commits intocalexandru2018:masterfrom
Open
Catch errors when loading flag image from file#110gorilamagilla wants to merge 2 commits intocalexandru2018:masterfrom
gorilamagilla wants to merge 2 commits intocalexandru2018:masterfrom
Conversation
brucefire005
approved these changes
Nov 6, 2020
Owner
|
Hey @brucefire005 Really appreciate your PR and the time you've invested into it. The linux clients are currently being rewritten, so no commits nor PR will be accepted/merged into this project as of the moment, until the rewrite is done. Atm we don't have an ETA. Thank your for you comprehension. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #101
If loading flag image file fails, the server list will not be fully populated. I added a new function, which loads "Unknown.png" file or just creates white square if that gets lost too.