Skip to content

Commit

Permalink
Merge pull request #147 from AlyxMoon/develop
Browse files Browse the repository at this point in the history
quick fix
  • Loading branch information
AlyxMoon committed May 17, 2020
2 parents a549993 + 492fe94 commit ed0846f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "lunar-mod-manager",
"productName": "LFMM",
"version": "2.3.0",
"version": "2.3.1",
"description": "An unofficial mod manager for Factorio",
"main": "./dist/main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/renderer/pages/FirstRun.vue
Expand Up @@ -55,6 +55,7 @@ export default {
<style lang="scss" scoped>
.container-wrapper {
position: fixed;
z-index: 2;
top: 0;
bottom: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/models/options.js
Expand Up @@ -7,7 +7,7 @@ export default {
type: 'boolean',
default: true,
},
// How long before last check of online mods before the app will check again. In milliseconds.
// How long before last check of online mods before the app will check again. In days.
onlinePollingInterval: {
type: 'number',
default: 1,
Expand Down

0 comments on commit ed0846f

Please sign in to comment.