We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1978bbf commit 5db76b2Copy full SHA for 5db76b2
js/activity.js
@@ -1514,6 +1514,7 @@ class Activity {
1514
else if (ele.label === "Disable horizontal scrolling")
1515
ele.display = true;
1516
})
1517
+ activity.textMsg(_("Horizontal scrolling enabled."),3000);
1518
} else {
1519
enableHorizScrollIcon.style.display = "block";
1520
disableHorizScrollIcon.style.display = "none";
@@ -1524,6 +1525,7 @@ class Activity {
1524
1525
1526
ele.display = false;
1527
1528
+ activity.textMsg(_("Horizontal scrolling disabled."),3000);
1529
}
1530
};
1531
0 commit comments