mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Mark setting as requiring restart
This commit is contained in:
parent
e1fa22748f
commit
b0bc3871a0
@ -49,7 +49,7 @@ class EditMetadataTab(LazyConfigWidgetBase, Ui_Form):
|
||||
r('edit_metadata_single_use_2_cols_for_custom_fields', gprefs)
|
||||
r('edit_metadata_bulk_cc_label_length', gprefs)
|
||||
r('edit_metadata_single_cc_label_length', gprefs)
|
||||
r('edit_metadata_templates_only_F2_on_booklist', gprefs)
|
||||
r('edit_metadata_templates_only_F2_on_booklist', gprefs, restart_required=True)
|
||||
|
||||
self.em_display_model = EMDisplayedFields(self.gui.current_db, self.em_display_order)
|
||||
self.em_display_model.dataChanged.connect(self.changed_signal)
|
||||
|
@ -2,13 +2,14 @@
|
||||
<ui version="4.0">
|
||||
<class>Form</class>
|
||||
<widget class="QWidget" name="edit_metadata_tab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="../../../../../resources/images.qrc">
|
||||
<normaloff>:/images/edit_input.png</normaloff>:/images/edit_input.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Edit &metadata</string>
|
||||
</attribute>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>712</width>
|
||||
<height>444</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vbox_layout_61">
|
||||
<item>
|
||||
<layout class="QFormLayout">
|
||||
@ -43,7 +44,7 @@
|
||||
<string>Move down. Keyboard shortcut: Ctrl-Down arrow</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../../resources/images.qrc">
|
||||
<iconset resource="../../../../../resources/images.qrc">
|
||||
<normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
@ -54,7 +55,7 @@
|
||||
<string>Move up. Keyboard shortcut: Ctrl-Up arrow</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../../resources/images.qrc">
|
||||
<iconset resource="../../../../../resources/images.qrc">
|
||||
<normaloff>:/images/arrow-up.png</normaloff>:/images/arrow-up.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
@ -200,7 +201,7 @@ open the template editor in the book list for a "Column built from other
|
||||
columns". Editing with mouse clicks and the Tab key will be disabled.</p></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Only the &F2 (Edit) key edits column templates in the book list</string>
|
||||
<string>Only the &F2 (Edit) key edits column templates (restart needed)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -269,6 +270,7 @@ columns". Editing with mouse clicks and the Tab key will be disabled.</p
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="../../../../../resources/images.qrc"/>
|
||||
<include location="../../../../../resources/images.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
x
Reference in New Issue
Block a user