mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-20 21:49:39 +01:00
Close #42 Program Source settings GUI
This commit is contained in:
@@ -16,7 +16,12 @@ namespace Wox.Plugin.System
|
||||
public UserStartMenuProgramSource(Wox.Infrastructure.UserSettings.ProgramSource source)
|
||||
: this()
|
||||
{
|
||||
this.BonusPoints = source.BounsPoints;
|
||||
this.BonusPoints = source.BonusPoints;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return typeof(UserStartMenuProgramSource).Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user