UI: Remove "service type" from auto-config stream page

The "Custom" service has been moved, and is now an item called "Custom"
in the "Services" combo box.  This simplifies the stream page of
auto-configuration and removes an unnecessary widget.  Overall a minor
but nice slimline/improvement on user experience.
This commit is contained in:
jp9000
2018-11-14 20:02:02 -08:00
parent 1f79fc1295
commit c482f463e0
4 changed files with 135 additions and 141 deletions

View File

@@ -160,6 +160,7 @@ class AutoConfigStreamPage : public QWizardPage {
bool ready = false;
void LoadServices(bool showAll);
inline bool IsCustom() const;
public:
AutoConfigStreamPage(QWidget *parent = nullptr);