mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Make Name Changer an Appscape app
This commit is contained in:
parent
0f2fc4271b
commit
c6413d0118
2 changed files with 2 additions and 16 deletions
|
@ -39,8 +39,8 @@ using ShiftOS.WinForms.Tools;
|
|||
namespace ShiftOS.WinForms.Applications {
|
||||
|
||||
[MultiplayerOnly]
|
||||
[Launcher("Name Changer", true, "al_name_changer", "Customization")]
|
||||
[RequiresUpgrade("name_changer")]
|
||||
[Launcher("Name Changer", false, null, "Customization")]
|
||||
[AppscapeEntry("Name Changer", "Want to change the names of applications within ShiftOS? This application lets you do just that.", 342, 500, "skinning;file_skimmer;wm_titlebar", "Customization")]
|
||||
[WinOpen("name_changer")]
|
||||
[DefaultTitle("Name Changer")]
|
||||
[DefaultIcon("iconNameChanger")]
|
||||
|
|
|
@ -410,20 +410,6 @@
|
|||
Category: "Applications",
|
||||
Dependencies: "desktop;wm_unlimited_windows",
|
||||
},
|
||||
{
|
||||
Name: "Name Changer",
|
||||
Cost: 5000,
|
||||
Description: "Are you not a linux person and want the terminal to be called Command Prompt? Well this app is for you!",
|
||||
Category: "Applications",
|
||||
Dependencies: "shifter",
|
||||
},
|
||||
{
|
||||
Name: "AL Name Changer",
|
||||
Cost: 150,
|
||||
Description: "Launch the Name Changer from the app launcher.",
|
||||
Category: "GUI",
|
||||
Dependencies: "name_changer",
|
||||
},
|
||||
{
|
||||
Name: "AL Shifter",
|
||||
Cost: 150,
|
||||
|
|
Loading…
Reference in a new issue