diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/shared_widget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/configuration/shared_widget.cpp b/src/yuzu/configuration/shared_widget.cpp index 04c332bc2..efb3b329c 100644 --- a/src/yuzu/configuration/shared_widget.cpp +++ b/src/yuzu/configuration/shared_widget.cpp | |||
| @@ -500,8 +500,6 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati | |||
| 500 | } | 500 | } |
| 501 | this->setEnabled(enable); | 501 | this->setEnabled(enable); |
| 502 | 502 | ||
| 503 | this->setVisible(Settings::IsConfiguringGlobal() || setting.Switchable()); | ||
| 504 | |||
| 505 | this->setToolTip(tooltip); | 503 | this->setToolTip(tooltip); |
| 506 | } | 504 | } |
| 507 | } // namespace ConfigurationShared | 505 | } // namespace ConfigurationShared |