⚰️ 虚拟化环绕panel

This commit is contained in:
BookerLiu
2023-04-06 18:10:49 +08:00
parent 26e4a7e4d5
commit 3a18882372
9 changed files with 1049 additions and 4 deletions

View File

@@ -132,6 +132,14 @@ namespace GeekDesk.Plugins.EveryThing
public static ObservableCollection<IconInfo> NextPage()
{
if (ui == 0)
{
pageCount = 40;
} else
{
pageCount = 20;
}
string filePath;
const int bufsize = 260;
StringBuilder buf = new StringBuilder(bufsize);