bsnes-plus icon indicating copy to clipboard operation
bsnes-plus copied to clipboard

unused slots greyed out

Open jeffythedragonslayer opened this issue 3 years ago • 1 comments

I think the unused slots in Tools->Load Quick State should be greyed out.

jeffythedragonslayer avatar Jun 23 '22 20:06 jeffythedragonslayer

Adding this line inside the for loop at bsnes/ui-qt/base/main.cpp:171 will start all the slots disabled:

loadAction->setEnabled(false);

jeffythedragonslayer avatar Jun 23 '22 22:06 jeffythedragonslayer