mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
minor code refactor
This commit is contained in:
parent
a94ebd44f9
commit
411b73d971
1 changed files with 1 additions and 2 deletions
|
@ -17,9 +17,8 @@ namespace PersistentWindows.SystrayShell
|
||||||
{
|
{
|
||||||
messageLoop = new Thread(() =>
|
messageLoop = new Thread(() =>
|
||||||
{
|
{
|
||||||
HotKeyForm hkf = new HotKeyForm(hotkey);
|
|
||||||
hkwin = new HotKeyWindow(hotkey);
|
hkwin = new HotKeyWindow(hotkey);
|
||||||
Application.Run(hkf);
|
Application.Run(new HotKeyForm(hotkey));
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
Name = "MessageLoopThread",
|
Name = "MessageLoopThread",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue