From 1d3bb705c85a79c5c7790dfb3866cb799ff7d25a Mon Sep 17 00:00:00 2001 From: an0n666 <47396879+an0n666@users.noreply.github.com> Date: Tue, 28 Apr 2020 12:42:37 +0600 Subject: [PATCH] Remove "requires restart" from network interface settings Network interface changes are applied on the fly. A restart is not required. --- src/gui/advancedsettings.cpp | 4 ++-- src/webui/www/private/views/preferences.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/advancedsettings.cpp b/src/gui/advancedsettings.cpp index 5aae09d60..37499f2aa 100644 --- a/src/gui/advancedsettings.cpp +++ b/src/gui/advancedsettings.cpp @@ -531,10 +531,10 @@ void AdvancedSettings::loadAdvancedSettings() m_comboBoxInterface.addItem(session->networkInterfaceName(), currentInterface); m_comboBoxInterface.setCurrentIndex(i); } - addRow(NETWORK_IFACE, tr("Network Interface (requires restart)"), &m_comboBoxInterface); + addRow(NETWORK_IFACE, tr("Network Interface"), &m_comboBoxInterface); // Network interface address updateInterfaceAddressCombo(); - addRow(NETWORK_IFACE_ADDRESS, tr("Optional IP Address to bind to (requires restart)"), &m_comboBoxInterfaceAddress); + addRow(NETWORK_IFACE_ADDRESS, tr("Optional IP Address to bind to"), &m_comboBoxInterfaceAddress); // Announce IP m_lineEditAnnounceIP.setText(session->announceIP()); addRow(ANNOUNCE_IP, tr("IP Address to report to trackers (requires restart)"), &m_lineEditAnnounceIP); diff --git a/src/webui/www/private/views/preferences.html b/src/webui/www/private/views/preferences.html index 687321130..36c725964 100644 --- a/src/webui/www/private/views/preferences.html +++ b/src/webui/www/private/views/preferences.html @@ -842,7 +842,7 @@
- +
- +