Skip to content

Commit

Permalink
Change default weather app to Cloudburst.
Browse files Browse the repository at this point in the history
This solves the weather app not working since the OpenWeatherMap service was removed.
  • Loading branch information
datkat21 committed Jan 11, 2024
1 parent e7cf824 commit 0df5a6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/apps/Cloudburst.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default {
title: "Cloudburst",
content: '<iframe src="https://cherries.to/cloudburst/">',
pid: Root.PID,
width: 800,
height: 600,
width: 400,
height: 360,
onclose: () => {
Root.Lib.onEnd();
},
Expand Down
2 changes: 1 addition & 1 deletion pkgs/apps/FTGSF.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
{ name: "DevEnv", icon: "fileCode", fullName: "apps:DevEnv" },
{ name: "Image Viewer", icon: "image", fullName: "apps:ImageViewer" },
{ name: "Browser", icon: "globe", fullName: "apps:Browser" },
{ name: "Weather", icon: "cloudMoon", fullName: "apps:Weather" },
{ name: "Weather", icon: "cloudMoon", fullName: "apps:Cloudburst" },
{ name: "Terminal", icon: "terminal", fullName: "apps:Terminal" },
];
console.log(shortcutsList.length);
Expand Down

0 comments on commit 0df5a6f

Please sign in to comment.