mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove icons dir since no longer needed
Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
parent
09f2f5e877
commit
bc9476e67f
@ -50,11 +50,6 @@ export interface ClusterPreferences {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class ClusterStore extends BaseStore<ClusterStoreModel> {
|
export class ClusterStore extends BaseStore<ClusterStoreModel> {
|
||||||
static get iconsDir() {
|
|
||||||
// TODO: remove remote cheat
|
|
||||||
return path.join((app || remote.app).getPath("userData"), "icons");
|
|
||||||
}
|
|
||||||
|
|
||||||
private constructor() {
|
private constructor() {
|
||||||
super({
|
super({
|
||||||
configName: "lens-cluster-store",
|
configName: "lens-cluster-store",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user