Skip to content

Commit

Permalink
Morphic for Windows v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-rtf committed Oct 5, 2021
1 parent 6eb066b commit 4012dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Morphic.Client/Menu/MorphicTrayButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void Initialize(IntPtr taskbarHandle)
// NOTE: this function is somewhat redundant and is provided to support Windows 11; we should refactor all of this code to handle window messages centrally
private void _mouseHook_WndProcEvent(object? sender, Windows.Native.WindowMessageHooks.MouseWindowMessageHook.WndProcEventArgs e)
{
// TODO: I _MUST_ CHANGE MY LOGIC SO THAT I CALL THIS IN A QUEUE ON A DISPATCH THREAD!
// TODO: we should ensure that calls are queued and then called from a sequential thread (ideally a UI dispatch thread)
switch ((WinApi.WindowMessage)e.Message)
{
case WinApi.WindowMessage.WM_LBUTTONDOWN:
Expand Down
2 changes: 1 addition & 1 deletion Morphic.Client/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"BarEditorWebAppUrlAsString": "https://custom.morphic.org/"
},
"Update": {
"AppCastUrl": "https://app.morphic.org/autoupdate/morphic-windows-preview.appcast.xml"
"AppCastUrl": "https://app.morphic.org/autoupdate/morphic-windows.appcast.xml"
},
"Countly": {
"ServerUrl": "https://countly.morphic.org",
Expand Down

0 comments on commit 4012dfa

Please sign in to comment.