mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-22 01:05:53 -05:00
set process selection editable so processes can be displayed / entered which are not currently running
This commit is contained in:
@@ -219,6 +219,9 @@ ExecutableSwitchWidget::ExecutableSwitchWidget(ExecutableSwitch *s)
|
||||
|
||||
AdvSceneSwitcher::populateProcessSelection(processes);
|
||||
|
||||
processes->setEditable(true);
|
||||
processes->setMaxVisibleItems(20);
|
||||
|
||||
if (s) {
|
||||
processes->setCurrentText(s->exe);
|
||||
requiresFocus->setChecked(s->inFocus);
|
||||
|
||||
Reference in New Issue
Block a user