We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d227fc8 commit 2c3d12bCopy full SHA for 2c3d12b
gui/sdlimgui/win_rom_select.go
@@ -441,6 +441,8 @@ func (win *winSelectROM) draw() {
441
imgui.TableNextColumn()
442
if selectedFilePreview != nil {
443
imgui.Text(selectedFilePreview.VCS.Mem.Cart.ID())
444
+ } else {
445
+ imgui.Text("-")
446
}
447
448
imgui.TableNextRow()
@@ -459,6 +461,8 @@ func (win *winSelectROM) draw() {
459
461
460
462
imgui.EndCombo()
463
464
465
466
467
imgui.PopStyleVar()
468
imgui.PopItemFlag()
@@ -490,6 +494,8 @@ func (win *winSelectROM) draw() {
490
494
491
495
492
496
497
498
493
499
500
501
0 commit comments