mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-03-06 11:50:43 +01:00
Fix name of base folder
This commit is contained in:
@@ -212,6 +212,7 @@ function checkFolderFilters(filters) {
|
||||
if (filter.folder.version === undefined) {
|
||||
folder.version = SysTrayX.version;
|
||||
folder.path = found[0].path;
|
||||
folder.name = found[0].path.split("/").pop();
|
||||
filtersChanged = true;
|
||||
}
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ SysTrayX.Accounts = {
|
||||
accountName: element.accountName,
|
||||
accountId: element.accountId,
|
||||
path: element.path,
|
||||
name: element.name,
|
||||
name: element.path.split("/").pop(),
|
||||
version: SysTrayX.version,
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user