mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Qt/PathPane: Disable "Remove" button when not applicable
This commit is contained in:
parent
40e6abad09
commit
79533ef789
2 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue