This commit is contained in:
Lemmy
2026-03-10 19:59:26 -04:00
parent f4340333d7
commit 2ee59546c1
+1 -1
View File
@@ -189,7 +189,7 @@ Singleton {
// Logger.e("BatteryDebug", "Available Battery count: " + laptopBatteries.length); // can be useful for debugging
if (laptopBatteries.length > 1 && device.nativePath) {
if (device.nativePath === "DisplayDevice") {
return I18n.tr("battery.all-batteries")
return I18n.tr("battery.all-batteries");
}
var match = device.nativePath.match(/(\d+)$/);
if (match) {