diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-06-22 02:47:58 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-06-22 02:47:58 +0200 |
| commit | 1f9103c24e1a9bc929507bd67814df3973c9e1db (patch) | |
| tree | 481698c1afd807862203d6258bc97008690013ac /src/settings.h | |
| parent | 2d49ba2bef029d753c1afb923be887c7276d94f3 (diff) | |
Added the path of the managed game in the settings menu under the path tab, it's read only for now as allowing the user to change it would probably require a lot more work.
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 76ab55da..c49edfcb 100644 --- a/src/settings.h +++ b/src/settings.h @@ -403,6 +403,7 @@ private: QLineEdit *m_cacheDirEdit; QLineEdit *m_profilesDirEdit; QLineEdit *m_overwriteDirEdit; + QLineEdit *m_managedGameDirEdit; }; class DiagnosticsTab : public SettingsTab |
