mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-08-09 17:41:11 +10:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9518c3b650 | ||
|
|
f15a0fbd75 |
@@ -68,7 +68,7 @@ jobs:
|
|||||||
!Src/Setup/Final/OpenShellLoc.zip
|
!Src/Setup/Final/OpenShellLoc.zip
|
||||||
|
|
||||||
release:
|
release:
|
||||||
if: github.event_name == 'workflow_dispatch' # Only manual master builds
|
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master' # Only manual master builds
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest # Cheaper/faster than windows for just uploading
|
runs-on: ubuntu-latest # Cheaper/faster than windows for just uploading
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
@@ -1081,9 +1081,9 @@ BEGIN
|
|||||||
IDS_RIGHT_SHIFT_TIP "When this is checked, right-click on the start button will open the standard Windows context menu instead of the Open-Shell menu. Otherwise Shift+right-click will open it"
|
IDS_RIGHT_SHIFT_TIP "When this is checked, right-click on the start button will open the standard Windows context menu instead of the Open-Shell menu. Otherwise Shift+right-click will open it"
|
||||||
IDS_RIGHT_SHIFTX "Right click opens Win+X menu"
|
IDS_RIGHT_SHIFTX "Right click opens Win+X menu"
|
||||||
IDS_RIGHT_SHIFTX_TIP "When this is checked, right-click on the start button will open the Win+X power menu instead of the Open-Shell menu. Otherwise Shift+right-click will open it"
|
IDS_RIGHT_SHIFTX_TIP "When this is checked, right-click on the start button will open the Win+X power menu instead of the Open-Shell menu. Otherwise Shift+right-click will open it"
|
||||||
IDS_STARTSCREEN_ITEM "Show Start screen shortcut"
|
IDS_STARTSCREEN_ITEM "Show Start Menu/Screen shortcut"
|
||||||
IDS_STARTSCREEN_ITEM_TIP
|
IDS_STARTSCREEN_ITEM_TIP
|
||||||
"When this is checked, the main menu will contain a shortcut to open the Start screen"
|
"When this is checked, the main menu will contain a shortcut to open original Start menu/screen"
|
||||||
IDS_MIN_HEIGHT "Minimum menu height"
|
IDS_MIN_HEIGHT "Minimum menu height"
|
||||||
IDS_MIN_HEIGHT_TIP "The main menu will be at least as tall as this many search results"
|
IDS_MIN_HEIGHT_TIP "The main menu will be at least as tall as this many search results"
|
||||||
IDS_GLASS_OVERRIDE "Override glass color"
|
IDS_GLASS_OVERRIDE "Override glass color"
|
||||||
|
|||||||
Reference in New Issue
Block a user