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 337d839 commit afecea0Copy full SHA for afecea0
3 files changed
ets2-tool/src/images/advancedRepair.png
25.2 KB
ets2-tool/src/images/moveMods.png
118 KB
ets2-tool/src/tools.js
@@ -48,7 +48,7 @@ export const tools = {
48
{
49
title: "Advanced Repair",
50
desc: "Repair individual components of your truck",
51
- img: "images/comingsoon.png",
+ img: "images/advancedRepair.png",
52
action: async () => {
53
try {
54
const res = await openModalMulti("Advanced Repair", [
@@ -416,7 +416,7 @@ export const tools = {
416
417
title: "Move modifications",
418
desc: "Move your active Modifications from Acc1 to Acc2",
419
+ img: "images/moveMods.png",
420
421
422
if (window.handleMoveMods) {
0 commit comments