Open morosebose opened 1 year ago
Since Windows doesn't have country flag emojis, we have these solutions currently in the code:
In CountryCardWindow() :
CountryCardWindow()
In LanguageDisplayWindow():
LanguageDisplayWindow()
But creating and storing the .png noticeably slows down backend.py. We could go one of three ways:
backend.py
if
This is a discussion we need to have at some point after we implement our current identified priorities, issues #4 and #15 .
Since Windows doesn't have country flag emojis, we have these solutions currently in the code:
In
CountryCardWindow()
:In
LanguageDisplayWindow()
:But creating and storing the .png noticeably slows down
backend.py
. We could go one of three ways:backend.py
only when the database gets deleted or needs updatingif
statements to determine program behavior based on user OSLanguageDisplayWindow()
for Windows? If so, just for Windows or also for Mac?This is a discussion we need to have at some point after we implement our current identified priorities, issues #4 and #15 .