Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GlobalSettings::GlobalSettings()
"<b>Use GPU for Machine learning inference:</b><br>"
"Use the GPU by default for machine learning. Will fall-back to CPU if using the GPU fails.",
LockMode::UNLOCK_WHILE_RUNNING,
true
false
)
, WINDOW_SIZE(
CONSTRUCT_TOKEN,
Expand Down
Loading