mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T218, renamed some functions of CIdentifier
This commit is contained in:
@@ -88,7 +88,7 @@ namespace BlackGui
|
||||
for (const auto &app : machineIdentifiersUnique)
|
||||
{
|
||||
ui->cb_Identifier->addItem(app.getMachineName(), QVariant::fromValue(app));
|
||||
if (m_actionHotkey.getApplicableMachine().isFromSameMachine(app)) { index = ui->cb_Identifier->count() - 1; }
|
||||
if (m_actionHotkey.getApplicableMachine().hasSameMachineName(app)) { index = ui->cb_Identifier->count() - 1; }
|
||||
}
|
||||
|
||||
if (index < 0 && ui->cb_Identifier->count() > 0)
|
||||
|
||||
Reference in New Issue
Block a user