mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-07-10 12:37:56 +02:00
minor cleanup
This commit is contained in:
1
Code/Form1.Designer.cs
generated
1
Code/Form1.Designer.cs
generated
@@ -1003,7 +1003,6 @@
|
||||
this.quickSettingsTab.Size = new System.Drawing.Size(901, 258);
|
||||
this.quickSettingsTab.TabIndex = 1;
|
||||
this.quickSettingsTab.Text = "Quick Settings";
|
||||
this.quickSettingsTab.Layout += new System.Windows.Forms.LayoutEventHandler(this.quickSettingsTab_Layout);
|
||||
//
|
||||
// scnDetect
|
||||
//
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using Flowframes.Forms;
|
||||
using Flowframes.IO;
|
||||
using Flowframes.Magick;
|
||||
using Flowframes.Main;
|
||||
using Flowframes.OS;
|
||||
using Flowframes.UI;
|
||||
@@ -10,13 +9,10 @@ using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using HTAlt.WinForms;
|
||||
using Flowframes.Data;
|
||||
using Microsoft.WindowsAPICodePack.Taskbar;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Documents;
|
||||
using Flowframes.MiscUtils;
|
||||
|
||||
namespace Flowframes
|
||||
@@ -511,11 +507,6 @@ namespace Flowframes
|
||||
SaveQuickSettings(null, null);
|
||||
}
|
||||
|
||||
private void quickSettingsTab_Layout(object sender, LayoutEventArgs e)
|
||||
{
|
||||
//LoadQuickSettings();
|
||||
}
|
||||
|
||||
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
new SettingsForm().ShowDialog();
|
||||
|
||||
Reference in New Issue
Block a user