Skip to content

Commit

Permalink
adjust triggered sound
Browse files Browse the repository at this point in the history
  • Loading branch information
tappi287 committed May 2, 2021
1 parent 07781c4 commit 021876f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rf2settings/app/app_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def open_setup_folder():
setup_path = _get_rf_location(RFACTOR_SETUPS)
if setup_path is None:
return
AppAudioFx.play_audio(AppAudioFx.confirm)
logging.info('Opening folder: %s', setup_path)
Popen(f'explorer /n,"{setup_path}"')

Expand Down
2 changes: 1 addition & 1 deletion vue/src/components/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
#main {
width: 92%;
width: 97%;
margin: 0 auto 0 auto;
}
#wiki-nav a { padding-right: 0; }
Expand Down

0 comments on commit 021876f

Please sign in to comment.