include WindowsSettings project in build

This commit is contained in:
Jeremy 2021-12-01 06:54:11 +11:00
parent bf1e9397b8
commit c88af8a4c6
3 changed files with 1 additions and 3 deletions

View file

@ -23,6 +23,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher", "Flow.Launc
{9B130CC5-14FB-41FF-B310-0A95B6894C37} = {9B130CC5-14FB-41FF-B310-0A95B6894C37}
{FDED22C8-B637-42E8-824A-63B5B6E05A3A} = {FDED22C8-B637-42E8-824A-63B5B6E05A3A}
{A3DCCBCA-ACC1-421D-B16E-210896234C26} = {A3DCCBCA-ACC1-421D-B16E-210896234C26}
{5043CECE-E6A7-4867-9CBE-02D27D83747A} = {5043CECE-E6A7-4867-9CBE-02D27D83747A}
{403B57F2-1856-4FC7-8A24-36AB346B763E} = {403B57F2-1856-4FC7-8A24-36AB346B763E}
{588088F4-3262-4F9F-9663-A05DE12534C3} = {588088F4-3262-4F9F-9663-A05DE12534C3}
EndProjectSection

View file

@ -99,7 +99,6 @@ namespace Flow.Launcher.Plugin.WindowsSettings.Helper
ContextData = entry,
Score = score
};
}

View file

@ -103,8 +103,6 @@ namespace Flow.Launcher.Plugin.WindowsSettings
{
var newList = ResultHelper.GetResultList(_translatedSettingList, query, _defaultIconPath);
return newList;
}
public void OnCultureInfoChanged(CultureInfo newCulture)