Update README

This commit is contained in:
DismissedLight
2022-08-12 12:08:35 +08:00
parent ae83399f0f
commit bd23e081fc
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,4 @@
# Snap.Hutao
唷,找本堂主有何贵干呀?
![Alt](https://repobeats.axiom.co/api/embed/f029553fbe0c60689b1710476ec8512452163fc9.svg "Repobeats analytics image")

View File

@@ -22,7 +22,7 @@ internal class WindowSubclassManager : IDisposable
private readonly bool isLegacyDragBar;
private HWND hwndDragBar;
// We have to explictly hold a reference to the SUBCLASSPROC
// We have to explictly hold a reference to SUBCLASSPROC
private SUBCLASSPROC? windowProc;
private SUBCLASSPROC? dragBarProc;