Skip to content

Commit

Permalink
Merge pull request #20 from germanztz/v42
Browse files Browse the repository at this point in the history
V42
  • Loading branch information
germanztz authored Oct 1, 2022
2 parents 6f1c8e9 + d85fee9 commit 2e8501f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ From your extension local directory

$ wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
$ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
$ sudo apt update && sudo apt install vagrant
$ sudo apt update && sudo apt install vagrant gettext

## Debugging and testing in Virtual dev environment

Expand All @@ -50,6 +50,8 @@ Or Ubuntu 22.04
- [x] Update version in extension.js
- [x] Update changelog from README.md
- [x] package
- [x] Push to branche on github
- [x] Pull request to master on github
- [x] create tag and release on github
- [x] close issues on github
- [x] Upload to gnome extensions
Expand Down
8 changes: 4 additions & 4 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const RcloneManager = GObject.registerClass({
}

_onSettingsChange () {
fmh.PREF_DBG = true //this.Settings.get_boolean(fmh.PrefsFields.PREFKEY_DEBUG_MODE)
fmh.PREF_DBG = this.Settings.get_boolean(fmh.PrefsFields.PREFKEY_DEBUG_MODE)
fmh.PREF_DBG && log('rcm._onSettingsChange')
fmh.PREF_RCONFIG_FILE_PATH = this.Settings.get_string(fmh.PrefsFields.PREFKEY_RCONFIG_FILE_PATH)
fmh.PREF_BASE_MOUNT_PATH = this.Settings.get_string(fmh.PrefsFields.PREFKEY_BASE_MOUNT_PATH)
Expand Down Expand Up @@ -480,10 +480,10 @@ const RcloneManager = GObject.registerClass({
`
${Me.metadata.name} v${Me.metadata.version}
AUTHORS:
German Ztz <[email protected]>: Development
AUTHORS:
German Ztz <[email protected]>: Development
Heimen Stoffels: Dutch translation
Axel H.: French translation
Axel H.: French translation
${Me.metadata.description}
Expand Down
4 changes: 4 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
max-height:450px;
}

/* .popup-menu-item{
color:green;
} */

.menuitem-menu-box {
/* margin: 3px; */
margin-left: 10px;
Expand Down

0 comments on commit 2e8501f

Please sign in to comment.