Skip to content

Commit

Permalink
Fallback to "Desktop" instead of "PC".
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 3, 2021
1 parent dcf5a99 commit 58e38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/platform/linux/base_info_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ QString DeviceModelPretty() {
return chassisType;
}

return u"PC"_q;
return u"Desktop"_q;
}();

return result;
Expand Down

0 comments on commit 58e38e5

Please sign in to comment.