You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missing.Add("Microsoft Visual C++ Redistributable",null);
104
+
100
105
vardevNotice=newNoticeDialog($"This UI is very early in development, and mainly developed by a C# learner... There WILL be bugs, and some things will NOT work...\n\nDevelopers, check Readme.md in the repo for the todolist.","Important");
101
106
awaitdevNotice.ShowAsync();
107
+
108
+
if(missing.Count!=0)
109
+
{
110
+
// todo: properly provide download link
111
+
stringnotice=$"You are missing the following dependencies, which may be required to run some packages.\n";
0 commit comments