mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/PathPane: Disable "Remove" button when not applicable
This commit is contained in:
@ -10,6 +10,7 @@ class QGridLayout;
|
||||
class QGroupBox;
|
||||
class QLineEdit;
|
||||
class QListWidget;
|
||||
class QPushButton;
|
||||
|
||||
class PathPane final : public QWidget
|
||||
{
|
||||
@ -35,4 +36,6 @@ private:
|
||||
QLineEdit* m_nand_edit;
|
||||
QLineEdit* m_dump_edit;
|
||||
QLineEdit* m_sdcard_edit;
|
||||
|
||||
QPushButton* m_remove_path;
|
||||
};
|
||||
|
Reference in New Issue
Block a user