mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
@@ -196,7 +196,7 @@ int main(int argc, char** argv)
|
|||||||
if (!argument_absolute_path.is_empty() && argument_absolute_path.ends_with(".hackstudio"))
|
if (!argument_absolute_path.is_empty() && argument_absolute_path.ends_with(".hackstudio"))
|
||||||
open_project(argument_absolute_path);
|
open_project(argument_absolute_path);
|
||||||
else
|
else
|
||||||
open_project("/home/anon/little/little.hackstudio");
|
open_project("/home/anon/Source/little/little.hackstudio");
|
||||||
|
|
||||||
auto& toolbar_container = widget.add<GUI::ToolBarContainer>();
|
auto& toolbar_container = widget.add<GUI::ToolBarContainer>();
|
||||||
auto& toolbar = toolbar_container.add<GUI::ToolBar>();
|
auto& toolbar = toolbar_container.add<GUI::ToolBar>();
|
||||||
|
|||||||
Reference in New Issue
Block a user