Obsolete library/mozjs-60
[oi-userland.git] / components / encumbered / megasync / patches / 17-NodeSelectorModel.cpp.patch
blob88045bf3c48fe75d9809565652d1f86d1eac8d4b
1 diff -Nru MEGAsync-4.9.0.0_Linux.orig/src/MEGASync/gui/node_selector/model/NodeSelectorModel.cpp MEGAsync-4.9.0.0_Linux/src/MEGASync/gui/node_selector/model/NodeSelectorModel.cpp
2 --- MEGAsync-4.9.0.0_Linux.orig/src/MEGASync/gui/node_selector/model/NodeSelectorModel.cpp 2023-03-06 09:58:18.000000000 +0100
3 +++ MEGAsync-4.9.0.0_Linux/src/MEGASync/gui/node_selector/model/NodeSelectorModel.cpp 2023-03-12 19:18:30.183053996 +0100
4 @@ -964,6 +964,8 @@
5 const QIcon thisDeviceIcon (QLatin1String("://images/icons/pc/pc-mac_24.png"));
6 #elif defined(Q_OS_LINUX)
7 const QIcon thisDeviceIcon (QLatin1String("://images/icons/pc/pc-linux_24.png"));
8 +#else
9 + const QIcon thisDeviceIcon (QLatin1String("://images/icons/pc/pc_24.png"));
10 #endif
11 return thisDeviceIcon;