Skip to content
Snippets Groups Projects
Commit 00af46c3 authored by lat9nq's avatar lat9nq
Browse files

native: Use Docked Mode helper

parent ce0f1baf
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,7 @@ public:
return false;
}
return !Settings::values.use_docked_mode.GetValue();
return !Settings::IsDockedMode();
}
void SetDeviceType([[maybe_unused]] int index, int type) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment