Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 3e3244e

Browse files
author
skver0
committed
Fixed capslock again
1 parent 02fe735 commit 3e3244e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Main.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Main()
9393
bool helpdialog = false;
9494
PowerStatus battery = SystemInformation.PowerStatus;
9595
Help help = new Help();
96-
caps caps = new caps();
96+
9797
publicbool publicbool = new publicbool();
9898
string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
9999

@@ -203,6 +203,7 @@ bool IsOnDesktop()
203203
#region haha im epic
204204
private void t1_Tick(object sender, EventArgs e)
205205
{
206+
caps caps = new caps();
206207
if (File.Exists(appdata + "/x1left"))
207208
{
208209
// idfk how to do it its hard man please make a pull request thanks

caps.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

caps.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public caps()
2020
publicbool publicbool = new publicbool();
2121
private void caps_Load(object sender, EventArgs e)
2222
{
23+
TopMost = true;
2324
publicbool.visible = true;
2425
Opacity = 1;
2526
if (IsKeyLocked(Keys.CapsLock))

0 commit comments

Comments
 (0)