mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #438, do not change comboxbox from backend.
Use a field to display the really selected driver and let the user choice unchanged works best for me
This commit is contained in:
@@ -108,6 +108,7 @@ namespace BlackGui
|
||||
QString s(
|
||||
getIContextSimulator()->getSimulatorPluginInfo().getDescription() + ": " +
|
||||
ISimulator::statusToString(status));
|
||||
|
||||
// at least connected
|
||||
if (status & ISimulator::Paused)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user