mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-12 22:11:56 +00:00
Renamed 'AppBehaviorSettingsForm' to 'AppSettingsForm'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace PckStudio.Forms.Utilities
|
||||
{
|
||||
partial class AppBehaviorSettingsForm
|
||||
partial class AppSettingsForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
@@ -12,9 +12,9 @@ using PckStudio.Properties;
|
||||
|
||||
namespace PckStudio.Forms.Utilities
|
||||
{
|
||||
public partial class AppBehaviorSettingsForm : MetroForm
|
||||
public partial class AppSettingsForm : MetroForm
|
||||
{
|
||||
public AppBehaviorSettingsForm()
|
||||
public AppSettingsForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
LoadSettings();
|
||||
@@ -2358,7 +2358,7 @@ namespace PckStudio
|
||||
|
||||
private void settingsToolStripMenuItem1_Click(object sender, EventArgs e)
|
||||
{
|
||||
var appSettings = new AppBehaviorSettingsForm();
|
||||
var appSettings = new AppSettingsForm();
|
||||
appSettings.ShowDialog(this);
|
||||
}
|
||||
|
||||
|
||||
@@ -184,11 +184,11 @@
|
||||
<Compile Include="Forms\Additional-Popups\NumericPrompt.Designer.cs">
|
||||
<DependentUpon>NumericPrompt.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Utilities\AppBehaviorSettingsForm.cs">
|
||||
<Compile Include="Forms\Utilities\AppSettingsForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Utilities\AppBehaviorSettingsForm.Designer.cs">
|
||||
<DependentUpon>AppBehaviorSettingsForm.cs</DependentUpon>
|
||||
<Compile Include="Forms\Utilities\AppSettingsForm.Designer.cs">
|
||||
<DependentUpon>AppSettingsForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Internals\ApplicationBuildInfo.cs" />
|
||||
<Compile Include="Classes\API\PCKCenter\model\PCKCenterJSON.cs" />
|
||||
@@ -584,8 +584,8 @@
|
||||
<EmbeddedResource Include="Forms\Editor\ANIMEditor.resx">
|
||||
<DependentUpon>ANIMEditor.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\Utilities\AppBehaviorSettingsForm.resx">
|
||||
<DependentUpon>AppBehaviorSettingsForm.cs</DependentUpon>
|
||||
<EmbeddedResource Include="Forms\Utilities\AppSettingsForm.resx">
|
||||
<DependentUpon>AppSettingsForm.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="MainForm.ja.resx">
|
||||
|
||||
Reference in New Issue
Block a user