mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix the layout of the encoders settings tab
This commit is contained in:
@@ -85,6 +85,11 @@ namespace CUETools.Processor
|
||||
get { return name; }
|
||||
set { name = value; if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs("Name")); }
|
||||
}
|
||||
public string FullName
|
||||
{
|
||||
get { return name + " [" + extension + "]"; }
|
||||
//set { name = value; if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs("Name")); }
|
||||
}
|
||||
public string Path
|
||||
{
|
||||
get { return path; }
|
||||
|
||||
Reference in New Issue
Block a user