We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f822e commit f1b3c92Copy full SHA for f1b3c92
src/main/kotlin/com/styx/ui/AddNativeGameDialog.kt
@@ -18,7 +18,6 @@ import javax.swing.JTextField
18
import javax.swing.border.EmptyBorder
19
20
class AddNativeGameDialog(private val launcher: GameLauncher) : JDialog(launcher, "Add Native Linux Game", true) {
21
-
22
private val nameInput = JTextField(30)
23
private val exeInput = JTextField(30)
24
var gameData: Game? = null
0 commit comments