diff options
author | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-06-01 00:59:58 -0700 |
---|---|---|
committer | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-06-01 17:22:53 -0700 |
commit | 054732210eee2f9ac8f3d026aa8e94ddc94590cf (patch) | |
tree | 9418de5c17c0f7aa8ec3305f3972b4a60cf0b657 /src/yuzu/main.h | |
parent | 8a858c2623bc8be34f2f675c0caea6a3bdc70afc (diff) |
ui: Status bars dock button becomes dock/undock button
For people not used to the Yuzu UI it's not always clear if the emulated
console is docked or not. The other items update their text when clicked,
this PR brings the DOCK button in line with this.
DOCK -> DOCKED or HANDHELD
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index b399e9b01..600647015 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -320,6 +320,7 @@ private: void MigrateConfigFiles(); void UpdateWindowTitle(std::string_view title_name = {}, std::string_view title_version = {}, std::string_view gpu_vendor = {}); + void UpdateDockedButton(); void UpdateFilterText(); void UpdateAAText(); void UpdateStatusBar(); |