mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:27:34 +00:00
LibDesktop: Remove icons from Desktop::Launcher::Details
This commit is contained in:
parent
721b00a83a
commit
d4a60583a9
2 changed files with 0 additions and 7 deletions
|
@ -44,10 +44,8 @@ public:
|
|||
};
|
||||
|
||||
struct Details : public RefCounted<Details> {
|
||||
|
||||
String name;
|
||||
String executable;
|
||||
HashMap<String, String> icons;
|
||||
LauncherType launcher_type { LauncherType::Default };
|
||||
|
||||
static NonnullRefPtr<Details> from_details_str(const String&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue