Skip to content

Commit

Permalink
small fix, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchilorenzo committed Dec 4, 2022
1 parent 9e0fcc5 commit 77b8371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ A cross-platform radio desktop app for Windows 10+, Linux and macOS.

## Requirements
- NodeJS v14+. It's required for the extension to work (the dns lookup required by the radio API)
- on Linux, either libayatana-appindicator or libappindicator3-1 might be needed to make Neutralino work correctly (probably not needed, need more testing to verify)
- on Linux, either libayatana-appindicator or libappindicator3-1 might be needed to make Neutralino work correctly

Tested and working on Windows 10 with NodeJS v16 and Ubuntu 22.10 with NodeJS v18.

## To-do
- add neutralino storage instead of browser localstorage (https://stackoverflow.com/questions/65095952/neutralinojs-storage)
Expand All @@ -16,6 +18,8 @@ await Neutralino.events.on(`windowClose`, () => {
});
```

- check if Node is installed on the system when launching the app

## Building

### Requirements
Expand Down
2 changes: 1 addition & 1 deletion xradio-vue/src/views/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</div>
<div
v-if="!loading"
class="my-4 py-2 dark:text-nord-white3 flex items-center content-center justify-between gap-x-2 sticky top-0"
class="my-4 py-2 bg-white dark:bg-nord-gray1 transition-colors duration-100 ease-out dark:text-nord-white3 flex items-center content-center justify-between gap-x-2 sticky top-0"
>
<button
class="rounded hover:bg-nord-white1 dark:hover:bg-nord-gray4 p-1 transition-colors duration-100 ease-out"
Expand Down

0 comments on commit 77b8371

Please sign in to comment.