A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/AlmasB/FXGL/commit/875f5ffd9 below:

if title is empty, set to Untitled, closes #1225 (#1257) · AlmasB/FXGL@875f5ff · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-0

lines changed Original file line number Diff line number Diff line change

@@ -350,6 +350,9 @@ class GameSettings(

350 350

}

351 351 352 352

fun toReadOnly(userAppClass: Class<*> = GameApplication::class.java): ReadOnlyGameSettings {

353 +

if (title == "")

354 +

title = "Untitled"

355 + 353 356

return ReadOnlyGameSettings(

354 357

runtimeInfo,

355 358

title,

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4