mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-07-12 05:59:43 -04:00
Changed red x to info symbol when mods are already at the latest version
This commit is contained in:
@ -11,7 +11,7 @@ import {ListCommand} from "./commands/list_command.js";
|
||||
import UninstallCommand from "./commands/uninstall_command.js";
|
||||
import EssentialCommand from "./commands/essential_command.js";
|
||||
import {readFileSync, unlinkSync} from "fs";
|
||||
import UpgradeCommand from "./commands/upgrade_command.js";
|
||||
import UpdateCommand from "./commands/upgrade_command.js";
|
||||
import MigratePossibleCommand from "./commands/migrate_possible.js";
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ export default class ModManager {
|
||||
new ListCommand(),
|
||||
new UninstallCommand(),
|
||||
new EssentialCommand(),
|
||||
new UpgradeCommand(),
|
||||
new UpdateCommand(),
|
||||
new MigratePossibleCommand()
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user