
DietPi-Config | Added Ethernet link speed selection to Network>Ethernet menu.Many thanks to for doing this suggestion: DietPi-Drive_Manager | SSHFS entries in fstab are now detected and preserved.Many thanks to for revealing the underlying issue: DietPi-Cleaner | Enhanced performance of the files cleaner if /mnt is skipped, especially in combination with large drives or network mounts.Many thanks to for reporting the urgent use-case of Chromium kiosk mode autostart without keyboard attached:
#Quiterss context menu license
Add/set “AUTO_SETUP_ACCEPT_LICENSE=1” in (/boot/)dietpi.txt in which case we assume you read and agreed the license text at least once.

If the element is a link, the URL it points to. One of 'image', 'video', or 'audio' if the context menu was activated on one of these types of elements. The parent ID, if any, for the item clicked. The ID of the menu item that was clicked. Information about the item clicked and the context where the click happened. Event pages cannot use this instead, they should register a listener for contextMenus.onClicked. Ī function that is called back when the menu item is clicked. List of contexts this menu item will appear in.

Only one radio button can be selected at a time in a given group. The initial state of a checkbox or radio button: true for selected, false for unselected. For example, if this parameter's value is "Translate '%s' to Pig Latin" and the user selects the word "cool", the context menu item for the selection is "Translate 'cool' to Pig Latin". When the context is selection, use %s within the string to show the selected text. The text to display in the item this is required unless type is separator. Cannot be the same as another ID for this extension.

If an error occurs during creation, it may not be detected until the creation callback fires details will be in runtime.lastError. You must declare the "contextMenus" permissionĬ( object createProperties, function callback)Ĭ( integer or string id, object updateProperties, function callback)Ĭ( integer or string menuItemId, function callback)Ĭ( function callback)Ĭreates a new context menu item. Google Chrome automatically collapses them You can create as many context menu items When you call the create() or update() method. To control which documents your items can appear in, You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.Ĭontext menu items can appear in any documentĮven those with file:// or chrome:// URLs. Use the ntextMenus API to add items to Google Chrome's context menu.
