From d884f849d60db44f05a6a6b22f4ffcf520900389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 25 Aug 2013 01:32:42 +0200 Subject: All kinds of incremental improvements Redone the instance action toolbar: * Removed all the dead actions * Change icon and Rename are now morphed into a header * Added button for opening the config folder Implemented support for loose files and folders as legacy jar mods Added texture pack support --- logic/OneSixInstance.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'logic/OneSixInstance.h') diff --git a/logic/OneSixInstance.h b/logic/OneSixInstance.h index 654b91dc..7c28b4cc 100644 --- a/logic/OneSixInstance.h +++ b/logic/OneSixInstance.h @@ -32,6 +32,11 @@ public: virtual QString defaultBaseJar() const; virtual QString defaultCustomBaseJar() const; + + virtual bool menuActionEnabled ( QString action_name ) const; + virtual QString getStatusbarDescription(); + virtual QString instanceConfigFolder() const; + private: QStringList processMinecraftArgs( QString user, QString session ); }; \ No newline at end of file -- cgit v1.2.3