mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2026-01-07 19:52:39 +01:00
Temporary removed windowTitle setter to prevent crashing on Windows
This commit is contained in:
parent
026d275378
commit
cdfb40da42
@ -241,7 +241,9 @@ object OcelotDesktop
|
||||
|
||||
private def savePath_=(path: Option[Path]): Unit = {
|
||||
_savePath = path
|
||||
UiHandler.windowTitle = UiHandler.baseWindowTitle + path.map(" - " + _).getOrElse("")
|
||||
|
||||
// TODO: Fix Windows crashes when calling this from non-lwjgl thread, see: http://forum.lwjgl.org/index.php?topic=2520.0
|
||||
// UiHandler.windowTitle = UiHandler.baseWindowTitle + path.map(" - " + _).getOrElse("")
|
||||
}
|
||||
|
||||
private val tmpPath = Files.createTempDirectory("ocelot-save")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user