We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56a7cb commit ac9c977Copy full SHA for ac9c977
External/Plugins/ProjectManager/Controls/NewProjectDialog.cs
@@ -283,13 +283,6 @@ public NewProjectDialog()
283
projectListView.Items.Clear();
284
projectListView.TileSize = PluginCore.Helpers.ScaleHelper.Scale(new Size(170, 22));
285
286
- // Better for non themed platforms
287
- if (!OSFeature.Feature.IsPresent(OSFeature.Themes))
288
- {
289
- this.projectListView.View = View.SmallIcon;
290
- this.projectListView.ShowGroups = false;
291
- }
292
-
293
if (!Directory.Exists(ProjectPaths.ProjectTemplatesDirectory))
294
{
295
string info = TextHelper.GetString("Info.TemplateDirNotFound");
0 commit comments