mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Base: Move "js" and "little" HackStudio projects into ~/Source/
This commit is contained in:
parent
bc615572a9
commit
db450dbc44
Notes:
sideshowbarker
2024-07-19 04:15:46 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/db450dbc442
28 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ int main(int argc, char** argv)
|
|||
if (!argument_absolute_path.is_empty() && argument_absolute_path.ends_with(".hackstudio"))
|
||||
open_project(argument_absolute_path);
|
||||
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 = toolbar_container.add<GUI::ToolBar>();
|
||||
|
|
Loading…
Reference in a new issue