Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard shortcut modal #6306

Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'development' of github.com:FreeTubeApp/FreeTube into fe…
…at/keyboard-shortcut-modal
  • Loading branch information
kommunarr committed Dec 9, 2024
commit 241dfc0ad219ad9c8676ab85b535fd14d90c47a3
2 changes: 1 addition & 1 deletion src/renderer/views/Settings/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 17,7 @@ import PasswordSettings from '../../components/PasswordSettings/PasswordSettings
import PasswordDialog from '../../components/PasswordDialog/PasswordDialog.vue'
import FtToggleSwitch from '../../components/ft-toggle-switch/ft-toggle-switch.vue'
import FtButton from '../../components/ft-button/ft-button.vue'
import FtSettingsMenu from '../../components/ft-settings-menu/ft-settings-menu.vue'
import FtSettingsMenu from '../../components/FtSettingsMenu/FtSettingsMenu.vue'

const ACTIVE_CLASS_NAME = 'active'
const SETTINGS_MOBILE_WIDTH_THRESHOLD = 1015
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.