Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
Added
- Korean Flag for the main window UI
  • Loading branch information
andercard0 committed Aug 20, 2023
1 parent 0dab55e commit 60e6e04
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 756 deletions.
25 changes: 18 additions & 7 deletions src/duckstation-qt/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<string>DuckStation</string>
</property>
<property name="windowIcon">
<iconset>
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
</property>
<widget class="QStackedWidget" name="mainContainer"/>
Expand All @@ -27,7 +27,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuSystem">
Expand Down Expand Up @@ -117,6 +117,7 @@
<iconset theme="global-line">
<normaloff>.</normaloff>.</iconset>
</property>
<addaction name="action"/>
</widget>
<addaction name="actionViewGameProperties"/>
<addaction name="separator"/>
Expand Down Expand Up @@ -472,7 +473,7 @@
</action>
<action name="actionGitHubRepository">
<property name="icon">
<iconset>
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/github.png</normaloff>:/icons/github.png</iconset>
</property>
<property name="text">
Expand All @@ -481,7 +482,7 @@
</action>
<action name="actionIssueTracker">
<property name="icon">
<iconset>
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/IssueTracker.png</normaloff>:/icons/IssueTracker.png</iconset>
</property>
<property name="text">
Expand All @@ -490,7 +491,7 @@
</action>
<action name="actionDiscordServer">
<property name="icon">
<iconset>
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/discord.png</normaloff>:/icons/discord.png</iconset>
</property>
<property name="text">
Expand All @@ -508,7 +509,7 @@
</action>
<action name="actionAboutQt">
<property name="icon">
<iconset>
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/QT.png</normaloff>:/icons/QT.png</iconset>
</property>
<property name="text">
Expand All @@ -517,7 +518,7 @@
</action>
<action name="actionAbout">
<property name="icon">
<iconset>
<iconset resource="resources/resources.qrc">
<normaloff>:/icons/duck_64.png</normaloff>:/icons/duck_64.png</iconset>
</property>
<property name="text">
Expand Down Expand Up @@ -976,6 +977,16 @@
<string>Cover Downloader</string>
</property>
</action>
<action name="action">
<property name="icon">
<iconset>
<normalon>:/icons/flags/[email protected]</normalon>
</iconset>
</property>
<property name="text">
<string>한국인</string>
</property>
</action>
</widget>
<resources>
<include location="resources/resources.qrc"/>
Expand Down
Binary file added src/duckstation-qt/resources/icons/flags/ko.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 60e6e04

Please sign in to comment.