def show():
item = get_history_item_for_clipboard()
if not item:
_current_window = EMPTY_WINDOW
else:
_current_window = PREVIEW_WINDOW
_current_window.set_item(item)
_current_window.show_all()
_current_window.maximize()
_current_window.get_window().focus(Gdk.CURRENT_TIME)
_current_window.present_with_time(Gdk.CURRENT_TIME)
评论列表
文章目录